Skip to content

Commit

Permalink
missing array include needed for older gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
renau committed Jan 10, 2025
1 parent 6598c4b commit f33cd61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emul/opcode.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#pragma once

#include <array>
#include <cstdint>

#include "fmt/format.h"
Expand Down

0 comments on commit f33cd61

Please sign in to comment.