fix for older llvm versions

This commit is contained in:
hexcoder-
2020-04-27 06:51:45 +02:00
parent 4ffa5b0636
commit a46fe3ad43

View File

@ -12,6 +12,7 @@
#include <string> #include <string>
#include <fstream> #include <fstream>
#include <llvm/Support/raw_ostream.h>
#include "afl-llvm-common.h" #include "afl-llvm-common.h"
using namespace llvm; using namespace llvm;