[App] License.cpp: add missing include
- does otherwise not compile on Windows
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
#include <algorithm>
|
||||
# include <algorithm>
|
||||
# include <iterator>
|
||||
#endif
|
||||
|
||||
#include "License.h"
|
||||
|
||||
Reference in New Issue
Block a user