Skip to content

Commit 6155182

Browse files
author
Matt Woodward
committed
Missing includes in legacy cpp interface
1 parent 628afd3 commit 6155182

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

c/include/libsbp/legacy/cpp/frame_handler.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <cstddef>
1919

2020
#include <libsbp/cpp/state.h>
21+
#include <libsbp/legacy/compat.h>
2122
#include <libsbp/legacy/cpp/message_traits.h>
2223

2324
SBP_MESSAGE("The legacy libsbp API is deprecated and soon to be removed. All "

c/include/libsbp/legacy/cpp/payload_handler.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include <array>
1818

1919
#include <libsbp/legacy/cpp/legacy_state.h>
20+
#include <libsbp/legacy/compat.h>
2021
#include <libsbp/legacy/cpp/message_traits.h>
2122

2223
SBP_MESSAGE("The legacy libsbp API is deprecated and soon to be removed. All "

0 commit comments

Comments
 (0)