llvm/examples: Add missing include according to r230907.
[oota-llvm.git] / examples / ParallelJIT / ParallelJIT.cpp
index 4ebf3d071eff557ca1fa0c9472936a713f905586..b2c53a9bb10e723440d3fea3812e8be373e3f504 100644 (file)
@@ -17,6 +17,7 @@
 // call into the JIT at the same time (or the best possible approximation of the
 // same time). This test had assertion errors until I got the locking right.
 
+#include "llvm/ADT/STLExtras.h"
 #include "llvm/ExecutionEngine/GenericValue.h"
 #include "llvm/ExecutionEngine/Interpreter.h"
 #include "llvm/IR/Constants.h"