Merge pull request #13 from kearwood/update-submodules

Update hydra
Add headers to fix Linux CI builds
This commit is contained in:
2023-12-07 23:21:32 -08:00
committed by GitHub
3 changed files with 3 additions and 1 deletions

2
hydra

Submodule hydra updated: ecdb759206...318e79a7b4

View File

@@ -49,6 +49,7 @@ using namespace kraken;
#include <set> #include <set>
#include <list> #include <list>
#include <map> #include <map>
#include <memory>
#include <variant> #include <variant>
#include <algorithm> #include <algorithm>
#include <stack> #include <stack>

View File

@@ -32,6 +32,7 @@
#include "context.h" #include "context.h"
#include "hydra.h" #include "hydra.h"
#include <stdint.h>
#define KR_NULL_HANDLE 0 #define KR_NULL_HANDLE 0