From 346c1bb78e86dd0552a284fa9be311a1d7adc5e8 Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Wed, 16 Aug 2023 11:15:24 -0600 Subject: [PATCH] Per #2644, include vx_log.h --- src/basic/vx_math/ptile.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/basic/vx_math/ptile.cc b/src/basic/vx_math/ptile.cc index 9ff068b8b1..9812403a84 100644 --- a/src/basic/vx_math/ptile.cc +++ b/src/basic/vx_math/ptile.cc @@ -23,6 +23,7 @@ using namespace std; #include "is_bad_data.h" #include "nint.h" +#include "vx_log.h" ///////////////////////////////////////////////////////////////////////////////