From fda7e3ff28d8ecc01181c49da3edc6461b13f4e2 Mon Sep 17 00:00:00 2001 From: Nimrod Gileadi Date: Thu, 26 Jan 2023 17:34:06 -0800 Subject: [PATCH] Include app.h from app.cc. This would have caught a previous issue where the declaration in the header didn't fit the implementation in the source file. PiperOrigin-RevId: 504984369 Change-Id: Ie0e32c7674896c0f93c93dd76e4fc83ef1133357 --- mjpc/app.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mjpc/app.cc b/mjpc/app.cc index 9453cacae..ab9845b02 100644 --- a/mjpc/app.cc +++ b/mjpc/app.cc @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include "app.h" + #include #include #include