Fix some header #includes with clangd LSP (#1370)

Co-authored-by: ISSOtm <eldredhabert0@gmail.com>
This commit is contained in:
Sylvie
2024-03-21 15:13:10 -04:00
committed by GitHub
parent 32b4a6f284
commit 0300971a17
8 changed files with 17 additions and 21 deletions

View File

@@ -5,6 +5,7 @@
#ifndef RGBDS_ASM_FSTACK_H
#define RGBDS_ASM_FSTACK_H
#include <optional>
#include <stdint.h>
#include <stdio.h>
#include <string>

View File

@@ -5,6 +5,7 @@
#include <deque>
#include <optional>
#include <stdint.h>
#include <string>
#include <variant>
#include <vector>