summaryrefslogtreecommitdiff
path: root/include/rvl/TPL.h
blob: 4609aecad086c5f00c8e3fffca0ec45aadba73f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef RVL_SDK_PUBLIC_TPL_H
#define RVL_SDK_PUBLIC_TPL_H
#ifdef __cplusplus
extern "C" {
#endif

#include "rvl/TPL/TPL.h" // IWYU pragma: export

#ifdef __cplusplus
}
#endif
#endif