Now that Interpreter.h is not needed by the runtime, #include StringRef to make it usable.

This commit is contained in:
Axel Naumann 2017-06-13 11:20:52 +02:00 committed by sftnight
parent 212ad1b7d1
commit fdd3c17a59

View File

@ -12,6 +12,8 @@
#include "cling/Interpreter/InvocationOptions.h"
#include "llvm/ADT/StringRef.h"
#include <cstdlib>
#include <memory>
#include <string>