Add missing <optional> include

This commit is contained in:
Ethan Lafrenais 2024-10-29 20:23:50 -04:00
parent a6efe6e82b
commit 443c3859e4
No known key found for this signature in database
GPG key ID: 928A0136009E2745

View file

@ -2,6 +2,7 @@
#define __RECOMP_ANALYSIS_H__
#include <cstdint>
#include <optional>
#include <vector>
#include "n64recomp.h"