Update main.cpp

This commit is contained in:
blueloveTH 2024-05-18 17:33:09 +08:00
parent 4909a7f61b
commit 6863f63a8f

View File

@ -3,7 +3,12 @@
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>
#if __has_include("pocketpy_c.h")
#include "pocketpy_c.h" #include "pocketpy_c.h"
#else
// for amalgamated build
#include "pocketpy.h"
#endif
#ifdef _WIN32 #ifdef _WIN32