Kaydet (Commit) c8b9d668 authored tarafından Ariel Constenla-Haile's avatar Ariel Constenla-Haile

Fix build breaker: include <limits> for std::numeric_limits

üst 941a8234
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
#include <deque> #include <deque>
#include <map> #include <map>
#include <utility> #include <utility>
#include <limits.h> #include <limits>
#include "tracer.hxx" #include "tracer.hxx"
#include "ww8struc.hxx" // WW8_BRC #include "ww8struc.hxx" // WW8_BRC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment