From 1afe91f04ff72147b6334b55b4aeaed65238de34 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Fri, 14 Apr 2006 23:05:48 +0000 Subject: [PATCH] properly include wx headers Originally committed to SVN as r335. --- core/lavc_file.cpp | 1 + core/lavc_file.h | 1 + 2 files changed, 2 insertions(+) diff --git a/core/lavc_file.cpp b/core/lavc_file.cpp index 44f6e86a4..04e9c81b7 100644 --- a/core/lavc_file.cpp +++ b/core/lavc_file.cpp @@ -34,6 +34,7 @@ // +#include #include "lavc_file.h" #ifdef USE_LAVC diff --git a/core/lavc_file.h b/core/lavc_file.h index 014323839..00d1f6bf9 100644 --- a/core/lavc_file.h +++ b/core/lavc_file.h @@ -40,6 +40,7 @@ #define LAVC_FILE_H #define EMULATE_INTTYPES +#include #include #include