diff options
Diffstat (limited to 'lldb/source/Core/UUID.cpp')
| -rw-r--r-- | lldb/source/Core/UUID.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/source/Core/UUID.cpp b/lldb/source/Core/UUID.cpp index 1ccfdccfab0..dbfff6a3489 100644 --- a/lldb/source/Core/UUID.cpp +++ b/lldb/source/Core/UUID.cpp @@ -13,6 +13,9 @@ // Other libraries and framework includes // Project includes #include "lldb/Core/Stream.h" +#include <string.h> +#include <stdio.h> +#include <ctype.h> using namespace lldb_private; |

