summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib/run_compile_commands.cxx
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-08-16 23:08:13 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2016-08-16 23:08:13 (GMT)
commita2af850ba6dbee7797484ec5f6696525123023fc (patch)
treef1ffb7acf4b899209bd22d67b9e1232dfa54a1ea /Tests/CMakeLib/run_compile_commands.cxx
parente240a7c0176450e092e2398148c1e13f8940c239 (diff)
downloadCMake-a2af850ba6dbee7797484ec5f6696525123023fc.zip
CMake-a2af850ba6dbee7797484ec5f6696525123023fc.tar.gz
CMake-a2af850ba6dbee7797484ec5f6696525123023fc.tar.bz2
fix a batch of include-what-you-use violations
Diffstat (limited to 'Tests/CMakeLib/run_compile_commands.cxx')
-rw-r--r--Tests/CMakeLib/run_compile_commands.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/CMakeLib/run_compile_commands.cxx b/Tests/CMakeLib/run_compile_commands.cxx
index b811c7f..502ffe7 100644
--- a/Tests/CMakeLib/run_compile_commands.cxx
+++ b/Tests/CMakeLib/run_compile_commands.cxx
@@ -1,5 +1,13 @@
#include "cmSystemTools.h"
+#include <fstream>
+#include <iostream>
+#include <map>
+#include <stdlib.h>
+#include <string>
+#include <utility>
+#include <vector>
+
class CompileCommandParser
{
public: