Fix missing optional include

This commit is contained in:
acidicoala
2025-10-03 23:29:57 +05:00
parent 99564ae4b7
commit aea513fbd1
4 changed files with 9 additions and 8 deletions

View File

@@ -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