Skip to content

Commit 5bb8bd7

Browse files
authored
Add missing #include to trts_veh.cpp
The ce_cdefs header defines SE_64, which this source file depends on. When building with clang, this missing header causes the build to break. Signed-off-by: Dionna Glaze <[email protected]>
1 parent 50d5bec commit 5bb8bd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/trts/trts_veh.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
#include "util.h"
5050
#include "trts_util.h"
5151
#include "trts_shared_constants.h"
52+
#include "se_cdefs.h"
5253

5354

5455
typedef struct _handler_node_t

0 commit comments

Comments
 (0)