Skip to content
This repository was archived by the owner on May 11, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions filesystem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
BSD-style license that can be found in the LICENSE file.
*/

// miwindef.h defines min and max macros, these conflict with std::min and std::max
// defining NOMINMAX, the min and max are not defined
#define NOMINMAX

#include <string>
#include <vector>
#include <stdexcept>
Expand Down