aboutsummaryrefslogtreecommitdiff
path: root/projects/SmallExamples/ModuleMaker
diff options
context:
space:
mode:
Diffstat (limited to 'projects/SmallExamples/ModuleMaker')
-rw-r--r--projects/SmallExamples/ModuleMaker/tools/ModuleMaker/ModuleMaker.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/SmallExamples/ModuleMaker/tools/ModuleMaker/ModuleMaker.cpp b/projects/SmallExamples/ModuleMaker/tools/ModuleMaker/ModuleMaker.cpp
index 1d06c2d0dd..a1b68449f3 100644
--- a/projects/SmallExamples/ModuleMaker/tools/ModuleMaker/ModuleMaker.cpp
+++ b/projects/SmallExamples/ModuleMaker/tools/ModuleMaker/ModuleMaker.cpp
@@ -12,6 +12,8 @@
#include "llvm/Instructions.h"
#include "llvm/Bytecode/Writer.h"
+using namespace llvm;
+
int main() {
// Create the "module" or "program" or "translation unit" to hold the
// function