#ifndef COMMON_HH #define COMMON_HH #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #if __cplusplus < 201402L #include "make_unique.hh" #endif #endif // COMMON_HH