From 439006cdf97f24e8a97b98be5b5b67dc7191d384 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 12 Oct 2012 11:26:06 +0000
Subject: [PATCH] fix compile win32

---
 Common/OS.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Common/OS.cpp b/Common/OS.cpp
index 5a95bc21ff..d696e6d4e6 100644
--- a/Common/OS.cpp
+++ b/Common/OS.cpp
@@ -25,6 +25,7 @@
 #include <windows.h>
 #include <process.h>
 #include <io.h>
+#include <direct.h>
 #endif
 
 #if defined(__APPLE__)
-- 
GitLab