Skip to content

Commit dcaf8a7

Browse files
committed
The case of letters in include strings has been changed: for Externals/OPCODE
1 parent 90864ad commit dcaf8a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Externals/OPCODE/OPC_TreeBuilders.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#ifndef __OPC_TREEBUILDERS_H__
2121
#define __OPC_TREEBUILDERS_H__
2222

23-
#include "opc_aabbtree.h"
23+
#include "OPC_AABBTree.h"
2424
#include "xrCore/xrPool.h"
2525

2626
//! Tree splitting rules

Externals/OPCODE/Opcode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ using namespace IceCore;
5858
#endif
5959

6060
#ifndef __ICEMATHS_H__
61-
#include <Math.h>
61+
#include <math.h>
6262
#define ICEMATHS_API OPCODE_API
6363
namespace IceMaths
6464
{

0 commit comments

Comments
 (0)