From 1bcaaec26c109137469ae3e38743ea79cf50b599 Mon Sep 17 00:00:00 2001 From: Uwe Date: Sun, 12 Feb 2023 20:58:05 +0100 Subject: [PATCH] [App] License.cpp: add missing include - does otherwise not compile on Windows --- src/App/License.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App/License.cpp b/src/App/License.cpp index 079ebdb126..cd772c56aa 100644 --- a/src/App/License.cpp +++ b/src/App/License.cpp @@ -22,7 +22,8 @@ #include "PreCompiled.h" #ifndef _PreComp_ -#include +# include +# include #endif #include "License.h"