aboutsummaryrefslogtreecommitdiff
path: root/drm/DrmPlane.cpp
diff options
context:
space:
mode:
authorRoman Stratiienko <r.stratiienko@gmail.com>2021-02-26 17:49:40 +0200
committerRoman Stratiienko <r.stratiienko@gmail.com>2021-03-03 16:12:22 +0200
commit2640cd88d1931d0031cf21fafef2f133c5d8473e (patch)
tree00769c63681a9a518ccc628620e1fd9d6973e0ef /drm/DrmPlane.cpp
parentb3b5c1e937d6bbbd44b65f5c36305bdc8fbb3246 (diff)
downloaddrm_hwcomposer-2640cd88d1931d0031cf21fafef2f133c5d8473e.tar.gz
drm_hwcomposer: CI: Add more source files to the build
Build bufferinfo/BufferInfoGetter.cpp and drm/DrmPlane.cpp Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com>
Diffstat (limited to 'drm/DrmPlane.cpp')
-rw-r--r--drm/DrmPlane.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/drm/DrmPlane.cpp b/drm/DrmPlane.cpp
index 570905f..2967a7a 100644
--- a/drm/DrmPlane.cpp
+++ b/drm/DrmPlane.cpp
@@ -18,9 +18,7 @@
#include "DrmPlane.h"
-#include <errno.h>
-#include <stdint.h>
-
+#include <algorithm>
#include <cerrno>
#include <cinttypes>
#include <cstdint>