forked from teamnwah/openmw-tes3coop
Add missing preprocessor directive for Windows build of server
This commit is contained in:
parent
09d564424f
commit
72026955f5
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,10 @@
|
||||||
// Created by koncord on 09.05.16.
|
// Created by koncord on 09.05.16.
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <dlfcn.h>
|
#ifndef _WIN32
|
||||||
|
#include <dlfcn.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include "LangNative.hpp"
|
#include "LangNative.hpp"
|
||||||
#include <Script/SystemInterface.hpp>
|
#include <Script/SystemInterface.hpp>
|
||||||
|
|
Loading…
Reference in a new issue