Commit 5b6f79b
committed
InterpolationFilter_neon.cpp: Fix !TARGET_SIMD_X86 compilation
When TARGET_SIMD_X86 is not defined we do not include
InterpolationFilterX86.h, causing us to miss the transitive include of
Rom.h. This causes compilation to fail due to missing definitions of
g_GeoParams and other global arrays.
Fix this by just including Rom.h directly, matching what is already
present in InterpolationFilterX86.h.1 parent 2474b2b commit 5b6f79b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments