From 743fe95b8e25a15d73626c00b89079a66469d969 Mon Sep 17 00:00:00 2001 From: Stephen Wilson Date: Sat, 26 Mar 2011 00:32:07 +0000 Subject: [PATCH] Add a missing include required on Linux llvm-svn: 128311 --- lldb/include/lldb/Core/Opcode.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lldb/include/lldb/Core/Opcode.h b/lldb/include/lldb/Core/Opcode.h index 26166e995163..77f58c2b7f11 100644 --- a/lldb/include/lldb/Core/Opcode.h +++ b/lldb/include/lldb/Core/Opcode.h @@ -11,6 +11,8 @@ #define lldb_Opcode_h // C Includes +#include + // C++ Includes // Other libraries and framework includes // Project includes