#ifndef LLARP_THREADING_HPP #define LLARP_THREADING_HPP #include #if defined(__MINGW32__) && !defined(_GLIBCXX_HAS_GTHREADS) #include #include #include #else #include #include #endif #endif