summaryrefslogtreecommitdiffstats
path: root/Source/cmCryptoHash.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-11-25 21:10:40 (GMT)
committerBrad King <brad.king@kitware.com>2016-11-28 19:06:40 (GMT)
commit7b4244aceb44aad117dfaccfb2287fbddbe9eca7 (patch)
tree4c20dcad1bdaa5889577c43c80305211b13d3599 /Source/cmCryptoHash.h
parentaeff60e44c203dd67b316a6c6eab1454a408e1f7 (diff)
downloadCMake-7b4244aceb44aad117dfaccfb2287fbddbe9eca7.zip
CMake-7b4244aceb44aad117dfaccfb2287fbddbe9eca7.tar.gz
CMake-7b4244aceb44aad117dfaccfb2287fbddbe9eca7.tar.bz2
iwyu: Fix more findings
Diffstat (limited to 'Source/cmCryptoHash.h')
-rw-r--r--Source/cmCryptoHash.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmCryptoHash.h b/Source/cmCryptoHash.h
index 26d55b3..0b562da 100644
--- a/Source/cmCryptoHash.h
+++ b/Source/cmCryptoHash.h
@@ -3,12 +3,14 @@
#ifndef cmCryptoHash_h
#define cmCryptoHash_h
-#include <cmConfigure.h>
+#include <cmConfigure.h> // IWYU pragma: keep
-#include <cm_auto_ptr.hxx>
+#include <stddef.h>
#include <string>
#include <vector>
+#include "cm_auto_ptr.hxx"
+
/**
* @brief Abstract base class for cryptographic hash generators
*/