From 70766c21827c1dcd3dc0ae0181aa10fae832b398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Wed, 15 Aug 2012 23:27:52 +0300 Subject: Add some more missing includes after removing the implicit common.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavutil/x86/w64xmmtest.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil/x86') diff --git a/libavutil/x86/w64xmmtest.h b/libavutil/x86/w64xmmtest.h index 1c1ded86ec..c38ee3f4a6 100644 --- a/libavutil/x86/w64xmmtest.h +++ b/libavutil/x86/w64xmmtest.h @@ -19,6 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include #include #include #include -- cgit v1.2.3 From 33e112847dcd5dd5c45cdc643885c15ac2fa69fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Thu, 16 Aug 2012 10:22:31 +0300 Subject: Add more missing includes after removing the implicit common.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavutil/x86/w64xmmtest.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil/x86') diff --git a/libavutil/x86/w64xmmtest.h b/libavutil/x86/w64xmmtest.h index c38ee3f4a6..b4ce7d3daf 100644 --- a/libavutil/x86/w64xmmtest.h +++ b/libavutil/x86/w64xmmtest.h @@ -23,6 +23,7 @@ #include #include #include +#include #include "libavutil/bswap.h" -- cgit v1.2.3