summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/server/ServerControl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/server/ServerControl.h b/lib/server/ServerControl.h
index a8477900..c51dd4e2 100644
--- a/lib/server/ServerControl.h
+++ b/lib/server/ServerControl.h
@@ -1,12 +1,13 @@
#ifndef SERVER_CONTROL_H
#define SERVER_CONTROL_H
+#include "Test.h"
+
#ifdef WIN32
#include "WinNamedPipeStream.h"
#include "IOStreamGetLine.h"
#include "BoxPortsAndFiles.h"
-#include "Test.h"
static bool SendCommands(const std::string& rCmd)
{