mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-19 05:57:09 +00:00
Add headers required to build windows files without precompiled header
This commit is contained in:
committed by
Baldur Karlsson
parent
dd6e409bb6
commit
b3d15996b2
@@ -25,6 +25,7 @@
|
||||
|
||||
#include "dxbc_container.h"
|
||||
|
||||
#include "os/os_specific.h"
|
||||
#include "dxbc_sdbg.h"
|
||||
|
||||
namespace DXBC
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
#include "dxbc_container.h"
|
||||
|
||||
#include "official/cvinfo.h"
|
||||
#include "os/os_specific.h"
|
||||
#include "dxbc_spdb.h"
|
||||
|
||||
// uncomment the following to print (very verbose) debugging prints for SPDB processing
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
#include <string>
|
||||
#include "common/common.h"
|
||||
#include "common/formatting.h"
|
||||
#include "os/os_specific.h"
|
||||
#include "llvm_decoder.h"
|
||||
|
||||
// undef some annoying defines that might come from OS headers
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
******************************************************************************/
|
||||
|
||||
#include "llvm_decoder.h"
|
||||
#include "os/os_specific.h"
|
||||
|
||||
namespace LLVMBC
|
||||
{
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
#include "api/replay/data_types.h"
|
||||
#include "api/replay/rdcpair.h"
|
||||
#include "common/common.h"
|
||||
#include "os/os_specific.h"
|
||||
|
||||
// for(int i=0; i < 256; i++)
|
||||
// {
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
|
||||
#include <winsock2.h>
|
||||
#include <ws2tcpip.h>
|
||||
#include "api/replay/stringise.h"
|
||||
#include "common/common.h"
|
||||
#include "common/formatting.h"
|
||||
#include "os/os_specific.h"
|
||||
|
||||
Reference in New Issue
Block a user