diff --git a/radio/processor/src/Exception.hpp b/radio/processor/src/Exception.hpp index ae17db0..5a63c1f 100644 --- a/radio/processor/src/Exception.hpp +++ b/radio/processor/src/Exception.hpp @@ -1,7 +1,7 @@ #ifndef __PROCESSOR_EXCEPTION_HPP__ #define __PROCESSOR_EXCEPTION_HPP__ -#include +#include #include #define EXC_MSG(code) (std::string(__PRETTY_FUNCTION__) + ", line " + std::to_string(__LINE__) + ", code " + std::to_string(code))