Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10408 from JosJuice/android-pp-include
Android: Fix incorrect include of PostProcessing.h
  • Loading branch information
JMC47 committed Jan 29, 2022
2 parents af5678e + e101c5a commit ecd4ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Android/jni/Config/PostProcessing.cpp
Expand Up @@ -6,7 +6,7 @@

#include <jni.h>

#include "VideoCommon/PostProcessing.cpp"
#include "VideoCommon/PostProcessing.h"
#include "jni/AndroidCommon/AndroidCommon.h"

extern "C" {
Expand Down

0 comments on commit ecd4ee5

Please sign in to comment.