Adding in include of base/logging

this file has transitive dependency on base/logging.h
aosp/2548850 removes a #include logging.h which causes compilation to fail here. If
we want to keep DCHECK in, we should include logging.h in this file

Test: tested compilation
Bug: 277219978
Change-Id: Id96aad34b34d8d2715f9e8bf54fcf24108a41569
diff --git a/ui/events/ozone/evdev/touch_filter/palm_detection_filter.cc b/ui/events/ozone/evdev/touch_filter/palm_detection_filter.cc
index 400dc18..cd972c5 100644
--- a/ui/events/ozone/evdev/touch_filter/palm_detection_filter.cc
+++ b/ui/events/ozone/evdev/touch_filter/palm_detection_filter.cc
@@ -3,7 +3,7 @@
 // found in the LICENSE file.
 
 #include "ui/events/ozone/evdev/touch_filter/palm_detection_filter.h"
-
+#include "base/logging.h"
 namespace ui {
 
 PalmDetectionFilter::PalmDetectionFilter(