mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 15:41:35 +08:00
DarwinParser: include limits
In debug mode, we have assertions that the values do not exceed the limits of the type holding them. In order to account for the type being derived from the AddressSpace and thus a typedef, we use `std::numeric_limits`. Include the appropriate header. Thanks to Marshal Clow for pointing out the missing include! llvm-svn: 297744
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <limits>
|
||||
|
||||
#include "libunwind.h"
|
||||
#include "dwarf2.h"
|
||||
|
||||
Reference in New Issue
Block a user