AlexeyAB
2017-02-28 2a9a5229c87c5e05c87d9d792c62cf020b3f1981
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"