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