1#pragma once
2
3#include <Common/UInt128.h>
4#include <common/strong_typedef.h>
5
6namespace DB
7{
8
9STRONG_TYPEDEF(UInt128, UUID)
10
11}
12