Explorar o código

Fix an import statement that was causing some compilations to fail

HeroCC %!s(int64=5) %!d(string=hai) anos
pai
achega
d3bcced88d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/mumlib.hpp

+ 1 - 1
include/mumlib.hpp

@@ -1,12 +1,12 @@
 #pragma once
 
 #include "mumlib/Callback.hpp"
+#include "mumlib/enums.hpp"
 
 #include <boost/asio.hpp>
 #include <boost/noncopyable.hpp>
 
 #include <string>
-#include <mumlib/enums.hpp>
 
 namespace mumlib {