From efed6468eda950644014ccfada85300710e05009 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Thu, 1 Sep 2016 20:59:28 +0200 Subject: fix a load of include-what-you-use violations --- Source/cmDynamicLoader.cxx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Source/cmDynamicLoader.cxx') 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 + +#include +#include +#include +#include + class cmDynamicLoaderCache { public: -- cgit v1.2.1