Skip to content

Commit bd3c4b2

Browse files
committed
Fixed Linux/BMS build
1 parent f0dffc3 commit bd3c4b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/loader/updater.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727
//---------------------------------------------------------------------------------
2828
// Includes
2929
//---------------------------------------------------------------------------------
30-
// SDK
31-
#include "eiface.h"
32-
3330
// Source.Python
3431
#include "updater.h"
3532
#include "definitions.h"
@@ -38,6 +35,9 @@
3835
#include "boost/filesystem.hpp"
3936
namespace bfs = boost::filesystem;
4037

38+
// SDK
39+
#include "eiface.h"
40+
4141

4242
//---------------------------------------------------------------------------------
4343
// Declarations

0 commit comments

Comments
 (0)