Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix old #2031

Draft
wants to merge 21 commits into
base: master
Choose a base branch
from
Next Next commit
Fix includes
  • Loading branch information
375gnu committed Dec 26, 2023
commit 3bdb0159862659ea433bcacb7873a39223b42115
1 change: 1 addition & 0 deletions src/celestia/celestiacore.h
Original file line number Diff line number Diff line change
@@ -29,6 +29,7 @@
#include <celengine/viewporteffect.h>
#include <celimage/pixelformat.h>
#include <celutil/tee.h>
#include "configfile.h"
#include "favorites.h"
#include "destination.h"
#include "hud.h"
2 changes: 1 addition & 1 deletion src/celestia/loadstars.cpp
Original file line number Diff line number Diff line change
@@ -9,9 +9,9 @@

#include "loadstars.h"

#include <filesystem>
#include <fstream>

#include <celcompat/filesystem.h>
#include <celengine/stardb.h>
#include <celestia/catalogloader.h>
#include <celestia/configfile.h>