Nemo's buildfixes

This commit is contained in:
Henrik Rydgård 2024-11-21 13:24:53 +01:00
parent a2ff62654f
commit 68b496a868
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include <vector>
#include <string>
#include <set>
#include <algorithm>
#include "ext/imgui/imgui.h"

View File

@ -1,6 +1,7 @@
#include <regex>
#include <sstream>
#include <unordered_map>
#include <cctype>
#include "ext/imgui/imgui.h"