Add missing #include, fixes Linux build

llvm-svn: 135346
This commit is contained in:
Peter Collingbourne 2011-07-16 15:58:57 +00:00
parent a7913cd841
commit bac7150db0
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
#ifndef liblldb_InputReader_h_
#define liblldb_InputReader_h_
#include <string.h>
#include "lldb/lldb-public.h"
#include "lldb/lldb-enumerations.h"
#include "lldb/Core/Error.h"