diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-05 18:53:45 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-05 18:53:45 +0200 |
commit | 2d75401b3b53f39c0a5ee7eba0b95fa9ce7dde15 (patch) | |
tree | cf1929b71cefd6177c94cb7c174aa32f221f651f /plugingui | |
parent | 0894c93aa851826b712c51a36d2390fe030d1073 (diff) |
Revert inclusion removal
Diffstat (limited to 'plugingui')
-rw-r--r-- | plugingui/filebrowser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/filebrowser.cc b/plugingui/filebrowser.cc index 3d49244..6ecbc09 100644 --- a/plugingui/filebrowser.cc +++ b/plugingui/filebrowser.cc @@ -42,7 +42,7 @@ #include <hugin.hpp> #ifdef __MINGW32__ -//#include <direct.h> +#include <direct.h> #endif struct GUI::FileBrowser::private_data { |