]> git.stg.codes - stg.git/blobdiff - projects/rscriptd/listener.h
Move projects back into subfolder.
[stg.git] / projects / rscriptd / listener.h
index 22b029b663f67704676e96bedde0911ce4072702..7fb71ee388629e35b1788a4828331449aabc6feb 100644 (file)
@@ -25,8 +25,8 @@
 #include <vector>
 #include <list>
 #include <functional>
+#include <cstdint>
 
-#include "stg/os_int.h"
 #include "stg/blowfish.h"
 #include "stg/rs_packets.h"
 #include "stg/logger.h"
@@ -105,7 +105,7 @@ private:
     bool                Connect(const UserData & data) const;
 
     BLOWFISH_CTX        ctxS;
-    STG_LOGGER &        WriteServLog;
+    STG::Logger&        WriteServLog;
 
     mutable std::string errorStr;
     std::string         scriptOnConnect;