Skip to content

Commit fad3eca

Browse files
Include BranchInfo appropriately
1 parent 54c3230 commit fad3eca

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Code/client/Services/Debug/DebugService.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <BranchInfo.h>
2+
13
#include <Havok/hkbStateMachine.h>
24
#include <Structs/AnimationGraphDescriptorManager.h>
35

Code/client/TiltedOnlineApp.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
#include <BranchInfo.h>
4+
35
#if (!IS_MASTER)
46
#include "CrashHandler.h"
57
#else

0 commit comments

Comments
 (0)