Merge pull request #9 from biojppm/fixinclude
add missing includes detected in VS2015.
This commit is contained in:
commit
1b6d4bd6a3
@ -5,6 +5,7 @@
|
||||
#include "internal_includes/Shader.h"
|
||||
#include "internal_includes/HLSLCrossCompilerContext.h"
|
||||
#include "internal_includes/Instruction.h"
|
||||
#include <algorithm>
|
||||
|
||||
uint32_t Operand::GetAccessMask() const
|
||||
{
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
#include <float.h>
|
||||
#include <stdlib.h>
|
||||
#include <algorithm>
|
||||
|
||||
using namespace HLSLcc;
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include "internal_includes/toMetal.h"
|
||||
#include <cmath>
|
||||
#include <sstream>
|
||||
#include <algorithm>
|
||||
|
||||
#include <float.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user