mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-19 09:54:53 +00:00
Add missing <optional> include
This commit is contained in:
parent
a6efe6e82b
commit
443c3859e4
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#define __RECOMP_ANALYSIS_H__
|
||||
|
||||
#include <cstdint>
|
||||
#include <optional>
|
||||
#include <vector>
|
||||
|
||||
#include "n64recomp.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue