From 8b64e99905ec557863ce218a6dfff1e9159fe75e Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 21 Apr 2007 10:52:54 +0000 Subject: Compile fix, always include Test.h (refs #3) --- lib/server/ServerControl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') 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) { -- cgit v1.2.3