diff options
Diffstat (limited to 'libhb/nlmeans_x86.c')
-rw-r--r-- | libhb/nlmeans_x86.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/nlmeans_x86.c b/libhb/nlmeans_x86.c index 4b18fcf85..131b81007 100644 --- a/libhb/nlmeans_x86.c +++ b/libhb/nlmeans_x86.c @@ -8,7 +8,7 @@ For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html */ -#include "hb.h" // needed for ARCH_X86 +#include "handbrake.h" // needed for ARCH_X86 #if defined(ARCH_X86) |