Skip to content
Snippets Groups Projects
Commit 7950d5c2 authored by Martin Heistermann's avatar Martin Heistermann
Browse files

Add missing include for ptrdiff_t

parent 55158d98
No related branches found
No related tags found
1 merge request!15Add missing include for ptrdiff_t
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include <cstddef>
#include <stdint.h> #include <stdint.h>
#include <cinttypes> #include <cinttypes>
#include <limits.h> #include <limits.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment