From 2fa98d3c160257a0892f759eae8725f6c2433603 Mon Sep 17 00:00:00 2001 From: martynshaw99 Date: Sun, 6 May 2012 14:27:55 +0000 Subject: [PATCH] Add missing header --- src/blockfile/ODDecodeBlockFile.cpp | 2 +- src/blockfile/ODPCMAliasBlockFile.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/blockfile/ODDecodeBlockFile.cpp b/src/blockfile/ODDecodeBlockFile.cpp index 09198e467..c715437c2 100644 --- a/src/blockfile/ODDecodeBlockFile.cpp +++ b/src/blockfile/ODDecodeBlockFile.cpp @@ -16,9 +16,9 @@ The summary is eventually computed and written to a file in a background thread. *//*******************************************************************/ +#include #include "ODDecodeBlockFile.h" - #ifdef _WIN32 #include #endif diff --git a/src/blockfile/ODPCMAliasBlockFile.cpp b/src/blockfile/ODPCMAliasBlockFile.cpp index c7b04ba0f..cc5b6ae58 100644 --- a/src/blockfile/ODPCMAliasBlockFile.cpp +++ b/src/blockfile/ODPCMAliasBlockFile.cpp @@ -16,6 +16,7 @@ The summary is eventually computed and written to a file in a background thread. *//*******************************************************************/ +#include #ifdef _WIN32 #include #endif