summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Chen <yinchiuan@google.com>2023-10-06 08:17:19 +0000
committerTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-10-24 02:44:43 +0000
commitf2fccc37f9327fc9c044d75551964c7ff71f38ef (patch)
treef673338afa5579683c5255b4d0aa64b6a747ff0f
parentde801c238e4178f6f4e77b6c4b4b8359af318b5b (diff)
downloadgs101-f2fccc37f9327fc9c044d75551964c7ff71f38ef.tar.gz
libhwc2.1: add missing pragma once for HistogramController
Bug: 299410182 Test: Build pass Change-Id: I4b72569e6d92c7163e990ee06929dd8e89528bce Signed-off-by: Leo Chen <yinchiuan@google.com>
-rw-r--r--libhwc2.1/libdevice/HistogramController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libhwc2.1/libdevice/HistogramController.h b/libhwc2.1/libdevice/HistogramController.h
index c6ffb18..48a8948 100644
--- a/libhwc2.1/libdevice/HistogramController.h
+++ b/libhwc2.1/libdevice/HistogramController.h
@@ -14,6 +14,8 @@
* limitations under the License.
*/
+#pragma once
+
#include "HistogramDevice.h"
class HistogramController : public HistogramDevice {