#ifndef LIEF_SPAN_H #define LIEF_SPAN_H #include namespace LIEF { template using span = tcb::span; } #endif