commit | f553b51fd8e202a355500cb30b5e18ce96c0211d | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Wed Jun 09 09:38:08 2010 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Wed Jun 09 09:38:08 2010 +0000 |
tree | 12c8f60653bb51e6e9c776de29147ccd99076bf4 | |
parent | b1ed516d7dd717555181f32ffc6579eb2e096ab7 [diff] [blame] |
Add a couple missing includes. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@105719 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Utility/StringExtractor.h b/source/Utility/StringExtractor.h index e2312f7..3817ecb 100644 --- a/source/Utility/StringExtractor.h +++ b/source/Utility/StringExtractor.h
@@ -13,6 +13,7 @@ // C Includes // C++ Includes #include <string> +#include <stdint.h> // Other libraries and framework includes // Project includes