diff options
Diffstat (limited to 'lldb/source/API/SBDeclaration.cpp')
-rw-r--r-- | lldb/source/API/SBDeclaration.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/API/SBDeclaration.cpp b/lldb/source/API/SBDeclaration.cpp index c512c42dc25..2bba12d65d5 100644 --- a/lldb/source/API/SBDeclaration.cpp +++ b/lldb/source/API/SBDeclaration.cpp @@ -13,6 +13,8 @@ #include "lldb/Core/Stream.h" #include "lldb/Symbol/Declaration.h" +#include <limits.h> + using namespace lldb; using namespace lldb_private; |