Skip to content

Commit 5c7cffe

Browse files
authored
Fix a build error in UnixEvent.cc due to insufficient header inclusion (#12714)
1 parent ef9e3ce commit 5c7cffe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/iocore/eventsystem/UnixEvent.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
#include "iocore/eventsystem/Event.h"
3232
#include "iocore/eventsystem/EThread.h"
33+
#include "tscore/ink_stack_trace.h"
3334

3435
ClassAllocator<Event> eventAllocator("eventAllocator", 256);
3536

0 commit comments

Comments
 (0)