diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/log.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/log.cpp b/src/log.cpp index c087d71..975dece 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -14,6 +14,7 @@ along with Raul. If not, see <http://www.gnu.org/licenses/>. */ +#include <sstream> #include <string> #include "raul/log.hpp" |