Skip to content

Commit

Permalink
add missing includes for incremental build
Browse files Browse the repository at this point in the history
  • Loading branch information
ineveraskedforthis committed Jan 18, 2025
1 parent 719311b commit d970a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/economy/economy_government.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "demographics.hpp"
#include "economy.hpp"
#include "economy_government.hpp"
#include "province_templates.hpp"

namespace economy {

Expand Down
1 change: 1 addition & 0 deletions src/nations/nations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "province_templates.hpp"
#include "rebels.hpp"
#include "set"
#include "economy_government.hpp"

namespace nations {

Expand Down

0 comments on commit d970a79

Please sign in to comment.