Skip to content
Snippets Groups Projects
Commit b13e7c98 authored by daniel's avatar daniel
Browse files

Include stdint.h to avoid "x does not name a type" error

parent 0dce199f
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include <stdint.h>
#include <stdlib.h>
#include <vector>
......
......@@ -4,6 +4,7 @@
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdint.h>
#include <vector>
#include <math.h>
......
......@@ -4,6 +4,7 @@
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdint.h>
#include <vector>
#include <math.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment