]> git.treefish.org Git - stickletrack.git/commitdiff
...
authorAlex Schmidt <alex@treefish.org>
Sun, 6 Oct 2013 22:58:18 +0000 (00:58 +0200)
committerAlex Schmidt <alex@treefish.org>
Sun, 6 Oct 2013 22:58:18 +0000 (00:58 +0200)
stickletrack.cpp

index 7462af79d348ec4545b131b87f7bf987317de6bd..0db07cee8d72762f4d85bd64bdcb75ba055befbd 100755 (executable)
 #include <ctime>
 #include <iomanip>
 
+// needed for _mkdir
+#if defined(_WIN32)
+#include <direct.h>
+#endif
+
 #include "masking.h"
 #include "stickletrack.h"
 #include "tracking.h"