repo.or.cz
/
carla.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add initial bits for Qt6 support
[carla.git]
/
source
/
includes
/
clap
/
private
/
std.h
blob
38555d7ad1085c4eb7c52dface5c3728676115f2
1
#pragma once
2
3
#include
"macros.h"
4
5
#ifdef CLAP_HAS_CXX11
6
# include <cstdint>
7
#else
8
# include <stdint.h>
9
#endif
10
11
#ifdef __cplusplus
12
# include <cstddef>
13
#else
14
# include <stddef.h>
15
# include <stdbool.h>
16
#endif