Changeset - r28444:1b046a6c3426
[Not reviewed]
master
0 3 0
Loïc Guilloux - 4 months ago 2024-01-14 12:27:03
glx22@users.noreply.github.com
Fix: compilation without precompiled headers (#11770)
3 files changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/blitter/32bpp_anim_sse4.cpp
Show inline comments
 
@@ -7,10 +7,10 @@
 

	
 
/** @file 32bpp_anim_sse4.cpp Implementation of the SSE4 32 bpp blitter with animation support. */
 

	
 
#include "palette_func.h"
 
#ifdef WITH_SSE
 

	
 
#include "../stdafx.h"
 
#include "../palette_func.h"
 
#include "../video/video_driver.hpp"
 
#include "../table/sprites.h"
 
#include "32bpp_anim_sse4.hpp"
src/network/core/os_abstraction.cpp
Show inline comments
 
@@ -19,6 +19,7 @@
 
#include "stdafx.h"
 
#include "os_abstraction.h"
 
#include "../../string_func.h"
 
#include "../../3rdparty/fmt/format.h"
 
#include <mutex>
 

	
 
#include "../../safeguards.h"
src/os/windows/library_loader_win.cpp
Show inline comments
 
@@ -12,6 +12,7 @@
 
#include <windows.h>
 

	
 
#include "../../library_loader.h"
 
#include "../../3rdparty/fmt/format.h"
 

	
 
#include "../../safeguards.h"
 

	
0 comments (0 inline, 0 general)