mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-24 21:42:53 -05:00
Fix missing optional include
This commit is contained in:
@@ -25,9 +25,9 @@
|
||||
|
||||
#include "build_config.h"
|
||||
|
||||
#ifdef KB_WIN
|
||||
#if defined(KB_WIN)
|
||||
#include "koalabox/win.hpp"
|
||||
#elifdef KB_LINUX
|
||||
#elif defined(KB_LINUX)
|
||||
#include "proxy_exports.hpp"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user