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