General: Fix compilation for GCC

This commit is contained in:
Liam White
2022-04-13 21:02:55 +02:00
committed by Fernando Sahmkow
parent fd7afda1e8
commit afab6c143c
16 changed files with 56 additions and 42 deletions

View File

@@ -6,6 +6,7 @@
#pragma once
#include <functional>
#include <list>
#include <memory>
#include <string>
#include <unordered_map>