Add headers required to build windows files without precompiled header

This commit is contained in:
Daniel Craig
2020-01-11 13:15:57 -05:00
committed by Baldur Karlsson
parent dd6e409bb6
commit b3d15996b2
6 changed files with 6 additions and 0 deletions
@@ -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
{
+1
View File
@@ -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++)
// {
+1
View File
@@ -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"