fix define linux

This commit is contained in:
Markus 2019-09-19 19:15:23 +02:00
parent a11362018a
commit a60e58b7fa

View File

@ -1,8 +1,11 @@
#ifndef PARAMETERMANAGER_H
#define PARAMETERMANAGER_H

#ifndef linux
#ifndef __WIN32
#define linux

#endif
#endif

#include <iostream>
#include <getopt.h>