From 93c6df70242c68aa046b7659631ca8d9b21e256a Mon Sep 17 00:00:00 2001 From: "mikhal@webrtc.org" Date: Sat, 22 Oct 2011 00:40:22 +0000 Subject: [PATCH] libyuv: updating header includes Review URL: http://webrtc-codereview.appspot.com/246004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@40 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- include/libyuv.h | 1 + include/libyuv/rotate.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/libyuv.h b/include/libyuv.h index 81af8c427..5a30e2d05 100644 --- a/include/libyuv.h +++ b/include/libyuv.h @@ -18,6 +18,7 @@ #include "libyuv/format_conversion.h" #include "libyuv/general.h" #include "libyuv/planar_functions.h" +#include "libyuv/rotate.h" #include "libyuv/scale.h" #endif // LIBYUV_INCLUDE_LIBYUV_H_ diff --git a/include/libyuv/rotate.h b/include/libyuv/rotate.h index 43b166a4b..44fa46d26 100644 --- a/include/libyuv/rotate.h +++ b/include/libyuv/rotate.h @@ -11,7 +11,7 @@ #ifndef INCLUDE_LIBYUV_ROTATE_H_ #define INCLUDE_LIBYUV_ROTATE_H_ -#include "libyuv/basic_types.h" +#include "basic_types.h" namespace libyuv {