Selaa lähdekoodia

Include <memory> in types.hpp

Ole 9 vuotta sitten
vanhempi
commit
bd3caa7285
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      lib/luwra/types.hpp

+ 1 - 0
lib/luwra/types.hpp

@@ -14,6 +14,7 @@
 #include <tuple>
 #include <string>
 #include <type_traits>
+#include <memory>
 #include <limits>
 
 LUWRA_NS_BEGIN