Include windows.h for Registry access related API

This commit is contained in:
Tim Mayberry 2014-05-02 20:07:06 +10:00
parent ce5744ae51
commit b768d6c39d
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@
#include "utils_videotl.h"
#include "i18n.h"
#ifdef PLATFORM_WINDOWS
#include <windows.h>
#endif
using namespace Gtk;
using namespace std;
using namespace PBD;