Add missing preprocessor directive for Windows build of server

pull/33/head
David Cernat 9 years ago
parent 09d564424f
commit 72026955f5

@ -2,7 +2,10 @@
// Created by koncord on 09.05.16.
//
#include <dlfcn.h>
#ifndef _WIN32
#include <dlfcn.h>
#endif
#include <stdexcept>
#include "LangNative.hpp"
#include <Script/SystemInterface.hpp>

Loading…
Cancel
Save