Skip to content

Commit

Permalink
coerce tests/overmap_test.cpp to compile despite include shuffling.
Browse files Browse the repository at this point in the history
this might warrant pushing json.h into the includes in common_types.h but i don't fully understand the consequences of this.
  • Loading branch information
esotericist committed Apr 25, 2024
1 parent fd5cee2 commit 65f0abf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/overmap_test.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <memory>
#include <vector>

#include "json.h"
#include "all_enum_values.h"
#include "ammo.h"
#include "calendar.h"
Expand Down

0 comments on commit 65f0abf

Please sign in to comment.