Missed some headers in r3774, which caused compilation errors when precompiled headers were not used. Updates #1040.

Originally committed to SVN as r3776.
This commit is contained in:
Niels Martin Hansen 2009-11-14 01:06:11 +00:00
parent 58674d1cea
commit 3c11e2831e
1 changed files with 2 additions and 0 deletions

View File

@ -37,7 +37,9 @@
#include "config.h"
#ifndef AGI_PRE
#include <wx/display.h>
#include <wx/filename.h>
#include <wx/settings.h>
#endif
#include "dialog_detached_video.h"