summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Chen <yinchiuan@google.com>2023-10-06 08:21:19 +0000
committerLeo Chen <yinchiuan@google.com>2023-10-06 08:21:19 +0000
commitfe2cdb7b3d0718e4a6792efc31954b74f6cdf0f0 (patch)
tree2b939e6ee9e40adb06b4719d5b815b62b7927161
parent61ab65c104a75f0e09e34bad4356791a2c901914 (diff)
downloadzuma-fe2cdb7b3d0718e4a6792efc31954b74f6cdf0f0.tar.gz
libhwc2.1: add missing pragma once for HistogramController
Bug: 299410182 Test: Build pass Change-Id: I394efeff5735e998645bf3ea08aa024876eca4e1 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 224d19e..b5e8dac 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 {