1
0
forked from mirrors/0ad

Fix no-pch build following #7829

This commit is contained in:
Lancelot de Ferrière
2025-05-11 10:39:33 +02:00
committed by wraitii
parent 4c4f787c63
commit dd74892463
2 changed files with 2 additions and 0 deletions
@@ -23,6 +23,7 @@
#include "lib/byte_order.h"
#include "scriptinterface/ScriptExtraHeaders.h"
#include "scriptinterface/ScriptForward.h"
#include <ostream>
#include <streambuf>
@@ -31,6 +31,7 @@
#include "simulation2/components/ICmpTemplateManager.h"
#include "ps/CLogger.h"
#include "ps/Profiler2.h"
std::string SerializeRNG(const boost::random::rand48& rng)
{