diff options
Diffstat (limited to 'include/lldb/Core/FileSpecList.h')
| -rw-r--r-- | include/lldb/Core/FileSpecList.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/include/lldb/Core/FileSpecList.h b/include/lldb/Core/FileSpecList.h index 75995d1ca9fb..3cbffca44f69 100644 --- a/include/lldb/Core/FileSpecList.h +++ b/include/lldb/Core/FileSpecList.h @@ -11,10 +11,16 @@ #define liblldb_FileSpecList_h_ #if defined(__cplusplus) -#include "lldb/Host/FileSpec.h" -#include "lldb/lldb-private.h" +#include "lldb/Utility/FileSpec.h" + #include <vector> +#include <stddef.h> // for size_t + +namespace lldb_private { +class Stream; +} + namespace lldb_private { //---------------------------------------------------------------------- |
