mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
5 lines
114 B
C++
5 lines
114 B
C++
#ifndef _QPL_UUID_UUID_H
|
|
#define _QPL_UUID_UUID_H
|
|
typedef unsigned char uuid_t[16];
|
|
#endif /* _QPL_UUID_UUID_H */
|