summaryrefslogtreecommitdiffhomepage
path: root/NetEx
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-03-27 19:30:30 +0200
committerAki <please@ignore.pl>2022-03-27 19:30:30 +0200
commit2ba515370864b85bd29b0d23083248c74a868691 (patch)
treeed2252bb9ea2343f3b9932f5906e59ca828d24b7 /NetEx
parenta12e588079700d55a0b788fea2df7727c2e41f52 (diff)
downloadstarshatter-2ba515370864b85bd29b0d23083248c74a868691.zip
starshatter-2ba515370864b85bd29b0d23083248c74a868691.tar.gz
starshatter-2ba515370864b85bd29b0d23083248c74a868691.tar.bz2
Replaced own ThreadSync with atomic variable in Text
Diffstat (limited to 'NetEx')
-rw-r--r--NetEx/NetMsg.h1
-rw-r--r--NetEx/NetServer.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/NetEx/NetMsg.h b/NetEx/NetMsg.h
index 1a8585f..4918c36 100644
--- a/NetEx/NetMsg.h
+++ b/NetEx/NetMsg.h
@@ -20,6 +20,7 @@
#include "NetGram.h"
#include "NetSock.h"
#include "List.h"
+#include "ThreadSync.h"
// +-------------------------------------------------------------------+
diff --git a/NetEx/NetServer.h b/NetEx/NetServer.h
index 29dffde..94bff95 100644
--- a/NetEx/NetServer.h
+++ b/NetEx/NetServer.h
@@ -20,6 +20,7 @@
#include "NetGram.h"
#include "NetSock.h"
#include "List.h"
+#include "ThreadSync.h"
// +-------------------------------------------------------------------+