summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/NullDerefTest.cpp
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2015-01-29 15:19:13 +0000
committerAaron Ballman <aaron@aaronballman.com>2015-01-29 15:19:13 +0000
commitd39df1e24de9866e157f2c56fdc4016f1433b956 (patch)
tree15aac68f983198aafc75402f8f2adf20a6e1b21c /llvm/lib/Fuzzer/test/NullDerefTest.cpp
parent78070fbae59b29b5fc7b970b948a9991cc9e9bbc (diff)
downloadbcm5719-llvm-d39df1e24de9866e157f2c56fdc4016f1433b956.tar.gz
bcm5719-llvm-d39df1e24de9866e157f2c56fdc4016f1433b956.zip
Adding missing #includes to try to get this to compile on Windows with Visual Studio.
llvm-svn: 227445
Diffstat (limited to 'llvm/lib/Fuzzer/test/NullDerefTest.cpp')
-rw-r--r--llvm/lib/Fuzzer/test/NullDerefTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/test/NullDerefTest.cpp b/llvm/lib/Fuzzer/test/NullDerefTest.cpp
index 602276f3c81..8811e386f9d 100644
--- a/llvm/lib/Fuzzer/test/NullDerefTest.cpp
+++ b/llvm/lib/Fuzzer/test/NullDerefTest.cpp
@@ -1,4 +1,5 @@
// Simple test for a fuzzer. The fuzzer must find the string "Hi!".
+#include <cstdint>
#include <cstdlib>
#include <cstddef>
#include <iostream>
OpenPOWER on IntegriCloud