Add missing include to src/sl/saveload.cpp
This commit is contained in:
@@ -54,6 +54,9 @@
|
|||||||
#ifdef __EMSCRIPTEN__
|
#ifdef __EMSCRIPTEN__
|
||||||
# include <emscripten.h>
|
# include <emscripten.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef _WIN32
|
||||||
|
# include <unistd.h>
|
||||||
|
#endif /* _WIN32 */
|
||||||
|
|
||||||
#include "../tbtr_template_vehicle.h"
|
#include "../tbtr_template_vehicle.h"
|
||||||
#include "../3rdparty/cpp-btree/btree_map.h"
|
#include "../3rdparty/cpp-btree/btree_map.h"
|
||||||
|
Reference in New Issue
Block a user