summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-07-11 12:52:28 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-07-11 12:52:36 (GMT)
commite15314420c8ccf08e7855a0400a3ce76bddff95e (patch)
treebbe3d56d1b5e6e043d8ccbbe9e70cbca9c8df318 /Tests
parentc30939a7130b154c384cc9becb3386b67c7f3ad2 (diff)
parent71fbebd1dc3a24e2478bb5704d9ac20f36cbf704 (diff)
downloadCMake-e15314420c8ccf08e7855a0400a3ce76bddff95e.zip
CMake-e15314420c8ccf08e7855a0400a3ce76bddff95e.tar.gz
CMake-e15314420c8ccf08e7855a0400a3ce76bddff95e.tar.bz2
Merge topic 'iwyu-memory'
71fbebd1dc IWYU: Fix handling of <memory> standard header Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Marc Chevrier <marc.chevrier@gmail.com> Merge-request: !3536
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CMakeLib/testUVProcessChain.cxx1
-rw-r--r--Tests/CMakeServerLib/testServerBuffering.cpp2
2 files changed, 3 insertions, 0 deletions
diff --git a/Tests/CMakeLib/testUVProcessChain.cxx b/Tests/CMakeLib/testUVProcessChain.cxx
index 72ae602..e926350 100644
--- a/Tests/CMakeLib/testUVProcessChain.cxx
+++ b/Tests/CMakeLib/testUVProcessChain.cxx
@@ -10,6 +10,7 @@
#include <algorithm>
#include <functional>
#include <iostream>
+#include <memory>
#include <sstream>
#include <string>
#include <vector>
diff --git a/Tests/CMakeServerLib/testServerBuffering.cpp b/Tests/CMakeServerLib/testServerBuffering.cpp
index 7330ead..8b0b89b 100644
--- a/Tests/CMakeServerLib/testServerBuffering.cpp
+++ b/Tests/CMakeServerLib/testServerBuffering.cpp
@@ -1,6 +1,8 @@
#include "cmConnection.h"
#include "cmServerConnection.h"
+
#include <iostream>
+#include <memory>
#include <string>
#include <vector>