Fix compilation with precompiled headers disabled

This commit is contained in:
Thomas Goyne 2012-09-06 08:25:38 -07:00
parent 0d1ffbbdf7
commit 9ae6e3c538
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#include <libaegisub/scoped_ptr.h>
#ifndef AGI_PRE
#include <wx/mutex.h>
#include <wx/thread.h>
#endif
class LockAudioProvider : public AudioProvider {