From ca71c3cd90a7e67660ca66533177a4cff1599255 Mon Sep 17 00:00:00 2001 From: Stan Date: Mon, 16 Jan 2023 13:07:19 +0000 Subject: [PATCH] Add a libfmt include forgotten in 421fbfd278 This was SVN commit r27453. --- source/ps/Profiler2.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/ps/Profiler2.cpp b/source/ps/Profiler2.cpp index 1e803f7eb2..367a759fcf 100644 --- a/source/ps/Profiler2.cpp +++ b/source/ps/Profiler2.cpp @@ -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 #include #include #include