summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Chen <yinchiuan@google.com>2023-10-06 08:20:24 +0000
committerTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-10-24 02:44:43 +0000
commitf12140573261ffb9365ad221d6656b5df8e3e249 (patch)
tree7f00c8aed2a51ee294a5b0692eca8f94e0577443
parentd07e83a53a8c8b2a1eb1091c025a0afd4064dbfa (diff)
downloadgs201-f12140573261ffb9365ad221d6656b5df8e3e249.tar.gz
libhwc2.1: add missing pragma once for HistogramController
Bug: 299410182 Test: Build pass Change-Id: I6e2dd412bec2f16778d2d964977b57c6021e2a4b 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 11e30a8..b9be3b8 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 {