Skip to content

Commit

Permalink
Fix GNU compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
grunt-lucas committed Aug 1, 2023
1 parent 6bcb0b6 commit 5ac1c9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/compiler.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#ifndef PORYTILES_COMPILER_H
#define PORYTILES_COMPILER_H

#include <bitset>
#include <memory>
#include <tuple>

#include "ptcontext.h"
#include "types.h"
Expand Down

0 comments on commit 5ac1c9e

Please sign in to comment.