aboutsummaryrefslogtreecommitdiff
path: root/src/ui.cpp
diff options
context:
space:
mode:
authorJordan Lewis <[email protected]>2011-05-15 22:45:35 -0500
committerJordan Lewis <[email protected]>2011-05-17 18:58:47 -0500
commit31f293128177e0f53331ddb3f1f5ea22176bf91c (patch)
treef19f5b6a1fd422bce824e07afb9667a04e71f48f /src/ui.cpp
parentRemove some globally unused headers from headers.h (diff)
downloaddiscoin-31f293128177e0f53331ddb3f1f5ea22176bf91c.tar.xz
discoin-31f293128177e0f53331ddb3f1f5ea22176bf91c.zip
Only include certain boost headers if necessary.
Diffstat (limited to 'src/ui.cpp')
-rw-r--r--src/ui.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui.cpp b/src/ui.cpp
index 6e28435a3..f24449ccc 100644
--- a/src/ui.cpp
+++ b/src/ui.cpp
@@ -3,6 +3,10 @@
// file license.txt or http://www.opensource.org/licenses/mit-license.php.
#include "headers.h"
+#include "init.h"
+#include "strlcpy.h"
+#include <boost/filesystem/fstream.hpp>
+#include <boost/filesystem/convenience.hpp>
#ifdef _MSC_VER
#include <crtdbg.h>
#endif