Merge pull request #10408 from JosJuice/android-pp-include

Android: Fix incorrect include of PostProcessing.h
This commit is contained in:
JMC47 2022-01-29 14:57:59 -05:00 committed by GitHub
commit ecd4ee57a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include <jni.h> #include <jni.h>
#include "VideoCommon/PostProcessing.cpp" #include "VideoCommon/PostProcessing.h"
#include "jni/AndroidCommon/AndroidCommon.h" #include "jni/AndroidCommon/AndroidCommon.h"
extern "C" { extern "C" {