summaryrefslogtreecommitdiffstats
path: root/Tools/MemDumpAnalysis/Globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/MemDumpAnalysis/Globals.h')
-rw-r--r--Tools/MemDumpAnalysis/Globals.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/Tools/MemDumpAnalysis/Globals.h b/Tools/MemDumpAnalysis/Globals.h
new file mode 100644
index 000000000..5208a9fa5
--- /dev/null
+++ b/Tools/MemDumpAnalysis/Globals.h
@@ -0,0 +1,35 @@
+
+// Globals.h
+
+// Used for precompiled header generation
+
+
+
+
+
+#pragma once
+
+#include "../../source/Globals.h"
+
+/*
+// System headers:
+#include "targetver.h"
+#include <stdio.h>
+
+// STL headers:
+#include <vector>
+#include <list>
+#include <map>
+#include <string>
+
+// Common:
+#include "../source/StringUtils.h"
+#include "../source/OSSupport/File.h"
+*/
+
+// Libraries:
+#include "../../expat/expat.h"
+
+
+
+