summaryrefslogtreecommitdiff
path: root/src/pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pch.h')
-rw-r--r--src/pch.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/pch.h b/src/pch.h
index f12e9110..a5bb4fb7 100644
--- a/src/pch.h
+++ b/src/pch.h
@@ -7,8 +7,8 @@
#include <ctime>
#include <deque>
#include <exception>
-#include <functional>
#include <fstream>
+#include <functional>
#include <iomanip>
#include <iostream>
#include <limits.h>
@@ -31,15 +31,18 @@
#include <vector>
#include <wchar.h>
-// windows
+// keep this header separated to avoid ordering issue since this must be
+// included before DbgHelp.h
#include <Windows.h>
+
+// windows
#include <DbgHelp.h>
-#include <eh.h>
#include <LMCons.h>
#include <Psapi.h>
#include <Shellapi.h>
-#include <shlobj.h>
#include <Shlwapi.h>
+#include <eh.h>
+#include <shlobj.h>
#include <tchar.h>
#include <wincred.h>
#include <windowsx.h>
@@ -55,6 +58,7 @@
#include <boost/fusion/include/at_key.hpp>
#include <boost/fusion/include/for_each.hpp>
#include <boost/fusion/sequence/intrinsic/at_key.hpp>
+#include <boost/program_options.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
#include <boost/range/adaptor/reversed.hpp>
#include <boost/scoped_array.hpp>
@@ -64,7 +68,6 @@
#include <boost/thread.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include <boost/uuid/uuid_io.hpp>
-#include <boost/program_options.hpp>
// openssl
#include <tlhelp32.h>
@@ -263,4 +266,3 @@
#include <QtGui/QtGui>
#include <QtPlugin>
#include <QtTest/QtTest>
-#include <QStandardPaths>