#ifndef SPROUT_CONFIG_COMPILER_NVCC_HPP #define SPROUT_CONFIG_COMPILER_NVCC_HPP #if defined(__GNUC__) # include #elif defined(_MSC_VER) # include #endif #endif // #ifndef SPROUT_CONFIG_COMPILER_NVCC_HPP