Commit b7d42a4c authored by Constantin Rack's avatar Constantin Rack

Problem: SIZE_MAX is not defined

Solution: include stdint.h
parent 924bce64
......@@ -28,6 +28,7 @@
*/
#include <limits.h>
#include <stdint.h>
#include "testutil.hpp"
int main (void)
......
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