diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-09-01 20:59:28 +0200 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-03 08:04:56 -0400 |
commit | efed6468eda950644014ccfada85300710e05009 (patch) | |
tree | 34373674a96941d95ee8443e34936ff66da8f56a /Source/cmCustomCommand.cxx | |
parent | bd3d0eafbb362fbc0f140c228da85791a473e44e (diff) | |
download | cmake-efed6468eda950644014ccfada85300710e05009.tar.gz |
fix a load of include-what-you-use violations
Diffstat (limited to 'Source/cmCustomCommand.cxx')
-rw-r--r-- | Source/cmCustomCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCustomCommand.cxx b/Source/cmCustomCommand.cxx index eaa49b04da..89a04d1479 100644 --- a/Source/cmCustomCommand.cxx +++ b/Source/cmCustomCommand.cxx @@ -13,7 +13,7 @@ #include "cmMakefile.h" -#include <cm_auto_ptr.hxx> +#include <cmConfigure.h> cmCustomCommand::cmCustomCommand() : Backtrace() |