diff --git a/src/main.cpp b/src/main.cpp index 58611b3..41dff73 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -385,7 +385,7 @@ int main(int argc, char *argv[]){ for (int i = 0; i < 1000; ++i){ /* We can stop waiting when the request was ack'd */ if (rtData.rqTermAck){ - Debug() << "[main]RGSS thread ack'd request after" << i*10 << "ms"; + Debug() << "[main] RGSS thread ack'd request after" << i*10 << "ms"; break; } diff --git a/src/oneshot.cpp b/src/oneshot.cpp index cc82b80..4dec183 100644 --- a/src/oneshot.cpp +++ b/src/oneshot.cpp @@ -14,7 +14,7 @@ #include #include #include - +#include // OS-Specific code #if defined(_WIN32) #define SECURITY_WIN32