Merge pull request #1400 from fewtarius/dev
Patch up hypseus-singe to fix build issues.
This commit is contained in:
commit
db789e9a1d
2 changed files with 26 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# Copyright (C) 2022-present Fewtarius
|
||||
|
||||
PKG_NAME="hypseus-singe"
|
||||
PKG_VERSION="04a0103a80dbdf97fb1f8b17ca408d0ce5dfe6cb"
|
||||
PKG_VERSION="c3f9b2a916cf1acb99814714df9e85af5434981e"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL3"
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
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;
|
||||
|
Loading…
Reference in a new issue