Commit 36f9b1ec authored by gwvo's avatar gwvo

Merge pull request #207 from zachreizner/header

Add include for cstdlib for std::bsearch definition
parents 2535a3aa 7bcd9945
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include <cstdint> #include <cstdint>
#include <cstddef> #include <cstddef>
#include <cstdlib>
#include <cstring> #include <cstring>
#include <string> #include <string>
#include <type_traits> #include <type_traits>
......
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