ElfReader: compilation fix
std::numeric_limits<> is defined in the <limits> header, not <limits.h>. Change-Id: I88eca0e3d60f88d3ad44cad9097cb92bd6ec8d8b
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
#include <cstring> // memcpy, cstring
|
#include <cstring> // memcpy, cstring
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include "Demangler.hpp"
|
#include "Demangler.hpp"
|
||||||
#include <limits.h>
|
#include <limits>
|
||||||
|
|
||||||
namespace fail {
|
namespace fail {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user