From 6d41cb96d5402aabb2e07d0a411a6757476972fa Mon Sep 17 00:00:00 2001 From: Thulinma Date: Tue, 23 Dec 2014 13:52:51 +0100 Subject: [PATCH] Fixed compile error in ogg.cpp on fresh builds. --- lib/ogg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ogg.cpp b/lib/ogg.cpp index 3a95507a..3aecdbae 100644 --- a/lib/ogg.cpp +++ b/lib/ogg.cpp @@ -5,7 +5,7 @@ #include #include #include -#include +#include "bitstream.h" namespace OGG {