fix not including constexpr

v1
Brett 2023-12-28 12:28:10 -05:00
parent b135e5b915
commit c706e9b1df
1 changed files with 1 additions and 1 deletions

View File

@ -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
{ {