minor fix: Add missing optional header

This commit is contained in:
Fijxu 2024-03-16 19:25:08 -03:00
parent a12955236f
commit 2060ec4055
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
// SPDX-FileCopyrightText: Copyright 2024 yuzu Emulator Project
// SPDX-FileCopyrightText: 2024 suyu Emulator Project
// SPDX-License-Identifier: GPL-3.0-or-later
#include <optional>
#include <boost/container/small_vector.hpp>
#include "common/microprofile.h"