瀏覽代碼

Fix an import statement that was causing some compilations to fail

HeroCC 5 年之前
父節點
當前提交
d3bcced88d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {