mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
Add a libfmt include forgotten in 421fbfd278
This was SVN commit r27453.
This commit is contained in:
parent
2a0cd12a5d
commit
ca71c3cd90
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 2022 Wildfire Games.
|
||||
/* Copyright (C) 2023 Wildfire Games.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
@ -33,6 +33,7 @@
|
|||
#include "ps/Pyrogenesis.h"
|
||||
#include "third_party/mongoose/mongoose.h"
|
||||
|
||||
#include <fmt/format.h>
|
||||
#include <fstream>
|
||||
#include <iomanip>
|
||||
#include <map>
|
||||
|
|
|
|||
Loading…
Reference in a new issue