Browse Source

Fix an import statement that was causing some compilations to fail

HeroCC 5 năm trước cách đây
mục cha
commit
d3bcced88d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {