AlexeyAB
2018-01-09 ea09a6e0b38e1ddf43ffcd81d27f0506411eb8e4
src/data.h
@@ -2,6 +2,10 @@
#define DATA_H
#include <pthread.h>
#if defined(_MSC_VER) && _MSC_VER < 1900
   #define inline __inline
#endif
#include "matrix.h"
#include "list.h"
#include "image.h"