Merge pull request #1347 from comex/header-hygiene

Add missing includes where headers depend on other headers having been included first.
This commit is contained in:
comex
2014-10-22 23:23:58 -04:00
50 changed files with 90 additions and 7 deletions

View File

@ -7,11 +7,12 @@
#include <string>
#include <vector>
#include "Common/CommonTypes.h"
#include "Common/Common.h"
#include "DiscIO/Volume.h"
#if defined(HAVE_WX) && HAVE_WX
#include <wx/image.h>
#include <wx/bitmap.h>
#endif
class PointerWrap;

View File

@ -305,3 +305,4 @@ void LogConfigWindow::OnLogCheck(wxCommandEvent& event)
int i = event.GetInt();
ToggleLog(i, m_checks->IsChecked(i));
}