Skip to content

Commit

Permalink
Merge pull request #13 from kearwood/update-submodules
Browse files Browse the repository at this point in the history
Update hydra
Add headers to fix Linux CI builds
  • Loading branch information
kearwood authored Dec 8, 2023
2 parents 73c7725 + 3bd92cf commit 1efab1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hydra
1 change: 1 addition & 0 deletions kraken/KREngine-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ using namespace kraken;
#include <set>
#include <list>
#include <map>
#include <memory>
#include <variant>
#include <algorithm>
#include <stack>
Expand Down
1 change: 1 addition & 0 deletions kraken/public/kraken.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

#include "context.h"
#include "hydra.h"
#include <stdint.h>

#define KR_NULL_HANDLE 0

Expand Down

0 comments on commit 1efab1c

Please sign in to comment.