mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-08-17 00:29:30 +00:00
Merge pull request #76 from akien-mga/fix-win32-mingw
Win32: Fix build with GCC (MinGW)
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include <thread>
|
||||
#include <unordered_map>
|
||||
|
||||
#ifndef _WIN32
|
||||
#if !defined(_WIN32) || defined(__MINGW32__)
|
||||
#include <libgen.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user