Skip to content

Commit 5f1c97a

Browse files
committed
Properly include <GU/ rather than "GU
Signed-off-by: Jeff Lait <[email protected]>
1 parent 87c494b commit 5f1c97a

File tree

1 file changed

+1
-1
lines changed
  • openvdb_houdini/openvdb_houdini

1 file changed

+1
-1
lines changed

openvdb_houdini/openvdb_houdini/Utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#ifndef OPENVDB_HOUDINI_UTILS_HAS_BEEN_INCLUDED
99
#define OPENVDB_HOUDINI_UTILS_HAS_BEEN_INCLUDED
1010

11-
#include "GU_PrimVDB.h"
11+
#include <GU/GU_PrimVDB.h>
1212
#include <OP/OP_Node.h> // for OP_OpTypeId
1313
#include <UT/UT_SharedPtr.h>
1414
#include <UT/UT_Interrupt.h>

0 commit comments

Comments
 (0)