Util: Add missing standard library includes

This commit is contained in:
Tobias Jakobi
2024-02-05 19:21:22 +01:00
committed by Connor McLaughlin
parent 8e7b212b03
commit 317a7ce8a7
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include "common/types.h"
#include <string>
#include <vector>
class Error;