From a1ed270616fa0d99c4ad790d9b183a65ce5ee512 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 16 Dec 2012 19:39:30 -0800 Subject: some cleanup with the flush/fail for output --- lib/circular_buffer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/circular_buffer.cpp') diff --git a/lib/circular_buffer.cpp b/lib/circular_buffer.cpp index 7f482a7..179e650 100644 --- a/lib/circular_buffer.cpp +++ b/lib/circular_buffer.cpp @@ -1,6 +1,7 @@ // Copyright (C) by Josh Blum. See LICENSE.txt for licensing information. #include +#include #include #include #include -- cgit