diff --git a/source/third_party/cppformat/format.cpp b/source/third_party/cppformat/format.cpp index 4aee869355..5a2d501eff 100644 --- a/source/third_party/cppformat/format.cpp +++ b/source/third_party/cppformat/format.cpp @@ -30,6 +30,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "precompiled.h" + // Disable useless MSVC warnings. #undef _CRT_SECURE_NO_WARNINGS #define _CRT_SECURE_NO_WARNINGS