diff options
-rw-r--r-- | lldb/source/Core/Stream.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Core/Stream.cpp b/lldb/source/Core/Stream.cpp index ca9e59bbc3b..6e5f99c1105 100644 --- a/lldb/source/Core/Stream.cpp +++ b/lldb/source/Core/Stream.cpp @@ -9,6 +9,7 @@ #include "lldb/Core/Stream.h" #include "lldb/Host/Endian.h" +#include <stddef.h> #include <stdio.h> #include <string.h> #include <stdlib.h> |