open62541pp 0.15.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
config.h
Go to the documentation of this file.
1#pragma once
2
4
5#if __has_include(<open62541.h>)
6
7#include <open62541.h>
8
9#else
10
11#include <open62541/config.h> // NOLINT(misc-header-include-cycle)
12
13#endif
14