Skip to content

Commit 1e6f22d

Browse files
authored
Merge pull request #599 from georges-arm/georges-arm/interfilter-fix-neon
InterpolationFilter_neon.cpp: Fix !TARGET_SIMD_X86 compilation
2 parents 8b76d6a + 5b6f79b commit 1e6f22d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/Lib/CommonLib/arm/neon/InterpolationFilter_neon.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ POSSIBILITY OF SUCH DAMAGE.
5151
#include "../InterpolationFilter.h"
5252
#include "CommonDefARM.h"
5353
#include "CommonLib/CommonDef.h"
54+
#include "Rom.h"
5455
#include "reverse_neon.h"
5556
#include "sum_neon.h"
5657

0 commit comments

Comments
 (0)