Commit 9fa4bf9e authored by Stefan Westerfeld's avatar Stefan Westerfeld

Add missing includes for macOS.

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent 50fe4f64
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
#include "rawconverter.hh" #include "rawconverter.hh"
#include <array>
#include <math.h> #include <math.h>
using std::vector; using std::vector;
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include <assert.h> #include <assert.h>
#include <string.h> #include <string.h>
#include <errno.h>
using std::string; using std::string;
using std::vector; using std::vector;
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include <assert.h> #include <assert.h>
#include <string.h> #include <string.h>
#include <errno.h>
using std::string; using std::string;
using std::vector; using std::vector;
......
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