Skip to content

Commit

Permalink
Fix include to avoid MSVC compilation error with Visual Studio 2017 (#…
Browse files Browse the repository at this point in the history
…268)

Avoid MSVC compilation error C2039: "min": is not a member of "std"
  • Loading branch information
thbeu authored Nov 8, 2023
1 parent 1922f27 commit 1cbfa90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/E57SimpleWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* DEALINGS IN THE SOFTWARE.
*/

#include <algorithm>
#include <limits>

#include "E57SimpleWriter.h"
Expand Down

0 comments on commit 1cbfa90

Please sign in to comment.