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

@@ -19,6 +19,7 @@
#include "stdafx.h"
#include "os_abstraction.h"
#include "../../string_func.h"
#include "../../3rdparty/fmt/format.h"
#include <mutex>
#include "../../safeguards.h"