Add cstdint to util.h to fix compile error on GCC

main
Thor 12 months ago
parent 49115369f0
commit 553e9586d2
  1. 1
      include/util.h

@ -1,6 +1,7 @@
#ifndef __UTIL_H__
#define __UTIL_H__
#include <cstdint>
#include <cmath>
#include <cfloat>

Loading…
Cancel
Save