add missing includes for fbsd/clang

This commit is contained in:
Jean-Francois Dockes 2017-06-28 07:25:08 +02:00
parent 3d14c537ad
commit d29369caf0
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include <stack> #include <stack>
#include <sys/types.h>
/** /**
* Callback function object to advise of new data arrival, or just periodic * Callback function object to advise of new data arrival, or just periodic

View File

@ -1,5 +1,6 @@
#include "listmem.h" #include "listmem.h"
#include <stdlib.h>
#include <string.h> #include <string.h>
#include <iomanip> #include <iomanip>