summaryrefslogtreecommitdiff
path: root/Source/cmDynamicLoader.cxx
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-09-01 20:59:28 +0200
committerBrad King <brad.king@kitware.com>2016-09-03 08:04:56 -0400
commitefed6468eda950644014ccfada85300710e05009 (patch)
tree34373674a96941d95ee8443e34936ff66da8f56a /Source/cmDynamicLoader.cxx
parentbd3d0eafbb362fbc0f140c228da85791a473e44e (diff)
downloadcmake-efed6468eda950644014ccfada85300710e05009.tar.gz
fix a load of include-what-you-use violations
Diffstat (limited to 'Source/cmDynamicLoader.cxx')
-rw-r--r--Source/cmDynamicLoader.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/cmDynamicLoader.cxx b/Source/cmDynamicLoader.cxx
index f6841ad543..762feee7cf 100644
--- a/Source/cmDynamicLoader.cxx
+++ b/Source/cmDynamicLoader.cxx
@@ -11,6 +11,13 @@
============================================================================*/
#include "cmDynamicLoader.h"
+#include <cmConfigure.h>
+
+#include <cmsys/DynamicLoader.hxx>
+#include <map>
+#include <string>
+#include <utility>
+
class cmDynamicLoaderCache
{
public: