mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-26 15:51:33 +00:00
Fix some includes in atlas
Make include-what-you-use happy with some files in source/tools/atlas and fix what needs to be fixed. Update premake script to include missing deps and drop various extra paths for simplification. Don't always include wx/wx.h via precompiled.h in case PCH is disabled. Ref: #8086 Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
@@ -25,6 +25,11 @@
|
||||
|
||||
#ifdef __WXMSW__
|
||||
|
||||
#include "lib/sysdep/os/win/win.h"
|
||||
|
||||
#include <wx/intl.h>
|
||||
#include <wx/log.h>
|
||||
|
||||
HighResTimer::HighResTimer()
|
||||
{
|
||||
LARGE_INTEGER freq;
|
||||
|
||||
Reference in New Issue
Block a user