aboutsummaryrefslogtreecommitdiff
path: root/lib/IR/Module.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/IR/Module.cpp')
-rw-r--r--lib/IR/Module.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/IR/Module.cpp b/lib/IR/Module.cpp
index 4cb93d1fe6..dd2c691951 100644
--- a/lib/IR/Module.cpp
+++ b/lib/IR/Module.cpp
@@ -24,6 +24,7 @@
#include "llvm/IR/LLVMContext.h"
#include "llvm/Support/LeakDetector.h"
#include "llvm/Support/ErrorHandling.h" // @LOCALMOD
+#include "llvm/Support/raw_ostream.h" // XXX Emscripten TODO: Move to PNacl upstream.
#include <algorithm>
#include <cstdarg>
#include <cstdlib>