mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-28 02:21:57 +00:00
6 lines
96 B
C++
6 lines
96 B
C++
|
#pragma once
|
||
|
|
||
|
#include <experimental/filesystem>
|
||
|
|
||
|
namespace fs = std::experimental::filesystem;
|