mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-22 02:45:49 -04:00
try to fix mac build
- add <tuple> include to VersionInfo
This commit is contained in:
parent
f8c307dd6e
commit
8a1ecbe5ab
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
#include "../DefaultInclude.hpp"
|
||||
#include <string_view>
|
||||
#include "../external/json/json.hpp"
|
||||
#include <tuple>
|
||||
|
||||
namespace geode {
|
||||
enum class VersionCompare {
|
||||
|
|
Loading…
Reference in a new issue