forgot include, new gcc stl complains

This commit is contained in:
Green Sky 2024-06-02 14:10:35 +02:00
parent f7a519754d
commit ade1b4ea74
No known key found for this signature in database

View File

@ -1,6 +1,7 @@
#pragma once
#include <string>
#include <cstdint>
extern "C" {
struct SolanaAPI;