Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
Costallat committed Nov 28, 2023
1 parent f82fabb commit cf5e505
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/framework/luafunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
* THE SOFTWARE.
*/

#define CPPHTTPLIB_OPENSSL_SUPPORT
#include <httplib.h>
#include <windows.h>

Check failure on line 25 in src/framework/luafunctions.cpp

View workflow job for this annotation

GitHub Actions / ubuntu-20.04-linux-release

windows.h: No such file or directory

Check failure on line 25 in src/framework/luafunctions.cpp

View workflow job for this annotation

GitHub Actions / ubuntu-20.04-linux-debug

windows.h: No such file or directory

Check failure on line 25 in src/framework/luafunctions.cpp

View workflow job for this annotation

GitHub Actions / ubuntu-22.04-linux-release

windows.h: No such file or directory

Check failure on line 25 in src/framework/luafunctions.cpp

View workflow job for this annotation

GitHub Actions / ubuntu-22.04-linux-debug

windows.h: No such file or directory

#include <framework/core/application.h>
#include <framework/core/config.h>
#include <framework/core/configmanager.h>
Expand Down

0 comments on commit cf5e505

Please sign in to comment.