Skip to content

Commit

Permalink
The case of letters in include strings has been changed: for External…
Browse files Browse the repository at this point in the history
…s/OPCODE
  • Loading branch information
q4a committed Jun 30, 2018
1 parent 90864ad commit dcaf8a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Externals/OPCODE/OPC_TreeBuilders.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef __OPC_TREEBUILDERS_H__
#define __OPC_TREEBUILDERS_H__

#include "opc_aabbtree.h"
#include "OPC_AABBTree.h"
#include "xrCore/xrPool.h"

//! Tree splitting rules
Expand Down
2 changes: 1 addition & 1 deletion Externals/OPCODE/Opcode.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ using namespace IceCore;
#endif

#ifndef __ICEMATHS_H__
#include <Math.h>
#include <math.h>
#define ICEMATHS_API OPCODE_API
namespace IceMaths
{
Expand Down

0 comments on commit dcaf8a7

Please sign in to comment.