mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
Corrected path to Stormlib.h
Corrected path to Stormlib.h
This commit is contained in:
parent
942dd64a53
commit
2b4c4fc530
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "..\..\dep\StormLib\src\StormLib.h"
|
#include "StormLib.h"
|
||||||
#include <deque>
|
#include <deque>
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue