Skip to content

Commit b52e99f

Browse files
committed
Revert "appease IWYU again"
This reverts commit 39f2cea.
1 parent 2f8e24f commit b52e99f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/mapbuffer.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include "debug.h"
2020
#include "filesystem.h"
2121
#include "flexbuffer_json.h"
22+
#include "game.h"
2223
#include "input.h"
2324
#include "json.h"
2425
#include "json_loader.h"
@@ -39,6 +40,9 @@
3940

4041
#define dbg(x) DebugLog((x),D_MAP) << __FILE__ << ":" << __LINE__ << ": "
4142

43+
// NOLINTNEXTLINE(cata-static-declarations)
44+
extern const int savegame_version;
45+
4246
static std::string quad_file_name( const tripoint_abs_omt &om_addr )
4347
{
4448
return string_format( "%d.%d.%d.map", om_addr.x(), om_addr.y(), om_addr.z() );

0 commit comments

Comments
 (0)