Skip to content

Commit

Permalink
Merge pull request #2 from lf-/fix-limits-include
Browse files Browse the repository at this point in the history
Fix missing includes of <limits>
  • Loading branch information
starseeker authored Jun 24, 2021
2 parents 4b115e2 + 4f6f160 commit 7f672f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/libbg/earcut.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <algorithm>
#include <cassert>
#include <cmath>
#include <limits>
#include <memory>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions src/libged/brep/brep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <fstream>
#include <iomanip>
#include <iostream>
#include <limits>
#include <list>
#include <map>
#include <queue>
Expand Down

0 comments on commit 7f672f7

Please sign in to comment.