CMakeLists upgrade to 3.16 and cleanup
* Remove precompiled header hack * Fixes for compilation on VS2022 Debug configurations
This commit is contained in:
parent
74b3d8e0a0
commit
14a3cf8fc2
6 changed files with 38 additions and 42 deletions
|
|
@ -38,6 +38,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdexcept>
|
||||
#include <memory>
|
||||
|
||||
#include "i_sound.h"
|
||||
#include "i_music.h"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include "zstring.h"
|
||||
#include "tarray.h"
|
||||
|
||||
enum class PostProcessUniformType
|
||||
{
|
||||
Undefined,
|
||||
|
|
|
|||
1
src/common/thirdparty/richpresence.cpp
vendored
1
src/common/thirdparty/richpresence.cpp
vendored
|
|
@ -36,6 +36,7 @@
|
|||
*/
|
||||
|
||||
#include <time.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "common/engine/printf.h"
|
||||
#include "discord_rpc.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue