[App] License.cpp: add missing include

- does otherwise not compile on Windows
This commit is contained in:
Uwe
2023-02-12 20:58:05 +01:00
parent 38e02e6f36
commit 1bcaaec26c

View File

@@ -22,7 +22,8 @@
#include "PreCompiled.h"
#ifndef _PreComp_
#include <algorithm>
# include <algorithm>
# include <iterator>
#endif
#include "License.h"