about summary refs log tree commit diff
path: root/llvm_mode/afl-llvm-common.cc
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-04-27 06:51:45 +0200
committerhexcoder- <heiko@hexco.de>2020-04-27 06:51:45 +0200
commita46fe3ad430901023684e59f138d1b8ddcb246b8 (patch)
tree3f4ef40f36836e1c35b304c5bfefc80d98904713 /llvm_mode/afl-llvm-common.cc
parent4ffa5b06360364936fa0c17fa8851fbaf4ea6581 (diff)
downloadafl++-a46fe3ad430901023684e59f138d1b8ddcb246b8.tar.gz
fix for older llvm versions
Diffstat (limited to 'llvm_mode/afl-llvm-common.cc')
-rw-r--r--llvm_mode/afl-llvm-common.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm_mode/afl-llvm-common.cc b/llvm_mode/afl-llvm-common.cc
index 9b7a444a..04dd9475 100644
--- a/llvm_mode/afl-llvm-common.cc
+++ b/llvm_mode/afl-llvm-common.cc
@@ -12,6 +12,7 @@
 #include <string>
 #include <fstream>
 
+#include <llvm/Support/raw_ostream.h>
 #include "afl-llvm-common.h"
 
 using namespace llvm;