From 29b45489fa7ee97b8c1e12eb0ff8e638c0ea5b09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=B6ppe?= Date: Mon, 6 Jul 2015 00:20:46 +0100 Subject: [PATCH] [decoder.hpp] Fix misspelled inclusion --- src/decoder.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/decoder.hpp b/src/decoder.hpp index 4c69b853..a4342a65 100644 --- a/src/decoder.hpp +++ b/src/decoder.hpp @@ -32,7 +32,7 @@ #include #include -#include +#include #include "decoder_allocators.hpp" #include "err.hpp"