summaryrefslogtreecommitdiffstats
path: root/Source/cmIfCommand.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-05 18:57:47 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-05 18:58:06 (GMT)
commit09466690f05a2d81383409962cda2213fd366d8c (patch)
treec0e85b094f35286610e26b44c9606c1800a83559 /Source/cmIfCommand.cxx
parent0a73044579a687d1f610a3b6d65e801d2f217435 (diff)
downloadCMake-09466690f05a2d81383409962cda2213fd366d8c.zip
CMake-09466690f05a2d81383409962cda2213fd366d8c.tar.gz
CMake-09466690f05a2d81383409962cda2213fd366d8c.tar.bz2
Add cmOutputConverter include where needed.
Diffstat (limited to 'Source/cmIfCommand.cxx')
-rw-r--r--Source/cmIfCommand.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmIfCommand.cxx b/Source/cmIfCommand.cxx
index 20448c1..a03808f 100644
--- a/Source/cmIfCommand.cxx
+++ b/Source/cmIfCommand.cxx
@@ -11,6 +11,7 @@
============================================================================*/
#include "cmIfCommand.h"
#include "cmStringCommand.h"
+#include "cmOutputConverter.h"
#include "cmConditionEvaluator.h"