소스 검색

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 {