mirror of https://github.com/OpenTTD/OpenTTD
Fix: compilation without precompiled headers (#11770)
parent
e3bb6497f7
commit
93ba6d6776
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
/** @file 32bpp_anim_sse4.cpp Implementation of the SSE4 32 bpp blitter with animation support. */
|
/** @file 32bpp_anim_sse4.cpp Implementation of the SSE4 32 bpp blitter with animation support. */
|
||||||
|
|
||||||
#include "palette_func.h"
|
|
||||||
#ifdef WITH_SSE
|
#ifdef WITH_SSE
|
||||||
|
|
||||||
#include "../stdafx.h"
|
#include "../stdafx.h"
|
||||||
|
#include "../palette_func.h"
|
||||||
#include "../video/video_driver.hpp"
|
#include "../video/video_driver.hpp"
|
||||||
#include "../table/sprites.h"
|
#include "../table/sprites.h"
|
||||||
#include "32bpp_anim_sse4.hpp"
|
#include "32bpp_anim_sse4.hpp"
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "os_abstraction.h"
|
#include "os_abstraction.h"
|
||||||
#include "../../string_func.h"
|
#include "../../string_func.h"
|
||||||
|
#include "../../3rdparty/fmt/format.h"
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
|
||||||
#include "../../safeguards.h"
|
#include "../../safeguards.h"
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
#include "../../library_loader.h"
|
#include "../../library_loader.h"
|
||||||
|
#include "../../3rdparty/fmt/format.h"
|
||||||
|
|
||||||
#include "../../safeguards.h"
|
#include "../../safeguards.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue