mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 11:52:27 +00:00
6 lines
114 B
C++
6 lines
114 B
C++
#pragma once
|
|
#include <common/defines.h>
|
|
#include <boost/context/fiber.hpp>
|
|
|
|
using Fiber = boost::context::fiber;
|