diff --git a/Source/Core/Common/Analytics.h b/Source/Core/Common/Analytics.h index 45ff2698f5..816785ee67 100644 --- a/Source/Core/Common/Analytics.h +++ b/Source/Core/Common/Analytics.h @@ -10,6 +10,7 @@ #include #include #include + #include #include "Common/CommonTypes.h" diff --git a/Tools/lint.sh b/Tools/lint.sh index 6802e7abb5..841c7d0d92 100755 --- a/Tools/lint.sh +++ b/Tools/lint.sh @@ -5,7 +5,7 @@ fail=0 # Check for clang-format issues. -for f in $(git diff --name-only --diff-filter=ACMRTUXB | awk '{print $2}'); do +for f in $(git diff --name-only --diff-filter=ACMRTUXB); do if ! echo "${f}" | egrep -q "[.](cpp|h|mm)$"; then continue fi