[linux-port] Add missing header include or class declaration. (#1375)

This commit is contained in:
Ehsan 2018-06-26 14:23:28 -04:00 коммит произвёл GitHub
Родитель ad55bca496
Коммит 29a058b75c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -30,6 +30,7 @@
#include <algorithm> #include <algorithm>
#include "dxc/Support/WinIncludes.h" #include "dxc/Support/WinIncludes.h"
#include "dxc/Support/WinFunctions.h"
using namespace llvm; using namespace llvm;
using std::string; using std::string;

Просмотреть файл

@ -14,6 +14,7 @@
#include "dxc/HLSL/DxilPipelineStateValidation.h" #include "dxc/HLSL/DxilPipelineStateValidation.h"
#include "dxc/Support/Global.h" #include "dxc/Support/Global.h"
#include "dxc/Support/WinIncludes.h" #include "dxc/Support/WinIncludes.h"
#include "dxc/Support/WinFunctions.h"
#include "dxc/Support/FileIOHelper.h" #include "dxc/Support/FileIOHelper.h"
#include "dxc/dxcapi.h" #include "dxc/dxcapi.h"

Просмотреть файл

@ -34,6 +34,7 @@ namespace clang {
class FunctionTemplateDecl; class FunctionTemplateDecl;
class InheritableAttr; class InheritableAttr;
class NamedDecl; class NamedDecl;
class Sema;
class TypeSourceInfo; class TypeSourceInfo;
class TypedefDecl; class TypedefDecl;
} }

Просмотреть файл

@ -17,7 +17,11 @@
#include "clang/Parse/ParseDiagnostic.h" #include "clang/Parse/ParseDiagnostic.h"
#include "dxc/Support/Global.h" #include "dxc/Support/Global.h"
#include "dxc/Support/WinIncludes.h" #include "dxc/Support/WinIncludes.h"
#include "dxc/Support/WinFunctions.h"
#include "HLSLRootSignature.h" #include "HLSLRootSignature.h"
#include <float.h>
using namespace llvm; using namespace llvm;
using namespace hlsl; using namespace hlsl;

Просмотреть файл

@ -10,6 +10,7 @@
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
#include "dxc/Support/WinIncludes.h" #include "dxc/Support/WinIncludes.h"
#include "dxc/Support/WinFunctions.h"
#include "dxc/dxcapi.h" #include "dxc/dxcapi.h"
#include "dxc/Support/Global.h" #include "dxc/Support/Global.h"