Fix #355 Added missing STL header includes. Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
@@ -34,6 +34,8 @@
#include <stdexcept>
#endif
+#include <new>
+
#define CONTENT_LENGTH "Content-Length: "
unsigned soapTraceLevel = 1;
@@ -51,11 +51,14 @@
#include "roxiehelper.hpp"
#include "jlzw.hpp"
#ifdef _USE_CPPUNIT
#include <cppunit/extensions/TestFactoryRegistry.h>
#include <cppunit/ui/text/TestRunner.h>
//#define LEAK_FILE "c:\\leaks.txt"
#define MONITOR_ECLAGENT_STATUS
@@ -7,6 +7,7 @@
//#include <locale.h>
#include <vector>
+#include <clocale>
#include "JSON_parser.h"
@@ -36,6 +36,8 @@
#include "slave.ipp"
#define FATAL_ACTJOIN_TIMEOUT (5*60*1000)
activityslaves_decl CGraphElementBase *createSlaveContainer(IPropertyTree &xgmml, CGraphBase &owner, CGraphBase *resultsGraph);