Browse Source

Fix an import statement that was causing some compilations to fail

HeroCC 5 years ago
parent
commit
d3bcced88d
1 changed files with 1 additions and 1 deletions
  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 {