1 2 3 4 5 6 7 8 9 10
#ifndef PLAYGROUND_CUDA_REPORT_CUH #define PLAYGROUND_CUDA_REPORT_CUH #include <string> #include "order.cuh" std::string format_order(const Order &order); #endif