fix not including constexpr
parent
b135e5b915
commit
c706e9b1df
|
@ -20,11 +20,11 @@
|
||||||
#define BLT_UTILITY_H
|
#define BLT_UTILITY_H
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <blt/compatibility.h>
|
||||||
|
|
||||||
#if defined(__GNUC__)
|
#if defined(__GNUC__)
|
||||||
|
|
||||||
#include <cxxabi.h>
|
#include <cxxabi.h>
|
||||||
#include <blt/compatibility.h>
|
|
||||||
|
|
||||||
namespace blt
|
namespace blt
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue