25 lines
602 B
Diff
25 lines
602 B
Diff
diff --git a/src/game/singe.cpp b/src/game/singe.cpp
|
|
index b6506b8..fb2af4e 100644
|
|
--- a/src/game/singe.cpp
|
|
+++ b/src/game/singe.cpp
|
|
@@ -28,6 +28,8 @@
|
|
|
|
#include "singe.h"
|
|
#include "singe/singe_interface.h"
|
|
+#include <plog/Log.h>
|
|
+#include <ctime>
|
|
|
|
// Win32 doesn't use strcasecmp, it uses stricmp (lame)
|
|
#ifdef WIN32
|
|
diff --git a/src/game/singe/singeproxy.cpp b/src/game/singe/singeproxy.cpp
|
|
index 0ff39ba..9036d64 100644
|
|
--- a/src/game/singe/singeproxy.cpp
|
|
+++ b/src/game/singe/singeproxy.cpp
|
|
@@ -28,6 +28,7 @@
|
|
|
|
#include <string>
|
|
#include <vector>
|
|
+#include <ctime>
|
|
|
|
using namespace std;
|
|
|