Fixed Linux build - add <algorithm> includes (#200)
This commit is contained in:
parent
547fbab29f
commit
014f06ce2f
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#include <algorithm>
|
||||
#include "stdafx.h"
|
||||
#include "HdPackBuilder.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include "stdafx.h"
|
||||
#include <algorithm>
|
||||
#include <unordered_map>
|
||||
#include "../Utilities/FolderUtilities.h"
|
||||
#include "../Utilities/StringUtilities.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue