From e801eadc8daedce9c9a31e194cf7308a6ac07387 Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Fri, 5 Jun 2015 21:59:05 -0700 Subject: [PATCH] Fix compilation of plCmdParser on Windows. --- Sources/Plasma/NucleusLib/pnUtils/plCmdParser.cpp | 1 + Sources/Plasma/NucleusLib/pnUtils/pnUtAllIncludes.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Plasma/NucleusLib/pnUtils/plCmdParser.cpp b/Sources/Plasma/NucleusLib/pnUtils/plCmdParser.cpp index 375d9e10..57356a8f 100644 --- a/Sources/Plasma/NucleusLib/pnUtils/plCmdParser.cpp +++ b/Sources/Plasma/NucleusLib/pnUtils/plCmdParser.cpp @@ -43,6 +43,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "plCmdParser.h" #include +#include #define WHITESPACE " \"\t\r\n\x1A" #define FLAGS "-/" diff --git a/Sources/Plasma/NucleusLib/pnUtils/pnUtAllIncludes.h b/Sources/Plasma/NucleusLib/pnUtils/pnUtAllIncludes.h index f36cfd36..9da38868 100644 --- a/Sources/Plasma/NucleusLib/pnUtils/pnUtAllIncludes.h +++ b/Sources/Plasma/NucleusLib/pnUtils/pnUtAllIncludes.h @@ -58,7 +58,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pnUtPriQ.h" #include "pnUtTime.h" #include "pnUtStr.h" -#include "pnUtMisc.h" #include "pnUtCrypt.h" #endif // PLASMA20_SOURCES_PLASMA_NUCLEUSLIB_PNUTILS_PRIVATE_PNUTALLINCLUDES_H