Fix missing include in core/overflowsafe_type.hpp

See: #334
This commit is contained in:
Jonathan G Rennison
2021-11-08 18:35:09 +00:00
parent 8f6549aed6
commit f67407d777

View File

@@ -12,6 +12,7 @@
#include "math_func.hpp"
#include <type_traits>
#include <limits>
/**
* Overflow safe template for integers, i.e. integers that will never overflow