aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/apache/orc/c++/src/Adaptor.hh
blob: 3af1592fed542c65d6762d2180c80de7d2ba59d6 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#if defined(_MSC_VER)
#   include "Adaptor-win.hh"
#else
#   include "Adaptor-linux.hh"
#endif