Browse Source

Fix compilation of plCmdParser on Windows.

Darryl Pogue 9 years ago committed by Darryl Pogue
parent
commit
e801eadc8d
  1. 1
      Sources/Plasma/NucleusLib/pnUtils/plCmdParser.cpp
  2. 1
      Sources/Plasma/NucleusLib/pnUtils/pnUtAllIncludes.h

1
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 <vector>
#include <algorithm>
#define WHITESPACE " \"\t\r\n\x1A"
#define FLAGS "-/"

1
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

Loading…
Cancel
Save