From fae87f406ea0136ac49c4c7846e5d451fb97b1e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Tue, 7 Sep 2010 12:12:07 +0000 Subject: [PATCH] Make CpuCapabilities.h self-contained and thereby fix the build. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38565 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/media/plugins/ffmpeg/CpuCapabilities.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/add-ons/media/plugins/ffmpeg/CpuCapabilities.h b/src/add-ons/media/plugins/ffmpeg/CpuCapabilities.h index c3678584a3..a70e5f303f 100644 --- a/src/add-ons/media/plugins/ffmpeg/CpuCapabilities.h +++ b/src/add-ons/media/plugins/ffmpeg/CpuCapabilities.h @@ -3,10 +3,13 @@ * * All rights reserved. Distributed under the terms of the MIT License. */ - #ifndef __CPU_CAPABILITIES__ #define __CPU_CAPABILITIES__ + +#include + + #define CAPABILITY_MMX 1 #define CAPABILITY_SSE1 2 #define CAPABILITY_SSE2 3