Update to work for latest builds.

This commit is contained in:
2021-11-05 14:04:17 +01:00
parent eb8c0caea4
commit 175fc37be9
5 changed files with 10 additions and 7 deletions

View File

@@ -1,8 +1,10 @@
#ifndef PKMNLIB_AI_CORE_HPP
#define PKMNLIB_AI_CORE_HPP
#include <Arbutils/Exception.hpp>
#include <cstring>
#include <exception>
#include <sstream>
#include <string>
#define export extern "C" [[maybe_unused]]