1
0
forked from 0ad/0ad

Add a libfmt include forgotten in 421fbfd278

This was SVN commit r27453.
This commit is contained in:
Stan 2023-01-16 13:07:19 +00:00
parent 2a0cd12a5d
commit ca71c3cd90

View File

@ -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>