Fix: compilation without precompiled headers (#11770)

This commit is contained in:
Loïc Guilloux
2024-01-14 13:27:03 +01:00
committed by GitHub
parent e3bb6497f7
commit 93ba6d6776
3 changed files with 3 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
#include <windows.h>
#include "../../library_loader.h"
#include "../../3rdparty/fmt/format.h"
#include "../../safeguards.h"