Add cstring header for memcpy and strcmp

This patch adds cstring header for memcpy and strcmp

Signed-off-by: Sungyong Choi <sywow.choi@samsung.com>
Change-Id: I8130010a07d43490417302d0aa5557c3224d56ed
Bug: angleproject:7765
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3963829
Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
This commit is contained in:
Sungyong Choi
2022-09-27 13:42:39 +09:00
committed by Angle LUCI CQ
parent fec93f40d3
commit dc741ad622
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
#include "OSWindow.h"
#include <cstring>
#include <fstream>
#include <iostream>
#include <sstream>

View File

@@ -7,6 +7,7 @@
// WaylandWindow.cpp: Implementation of OSWindow for Wayland
#include "util/linux/wayland/WaylandWindow.h"
#include <cstring>
WaylandWindow::WaylandWindow()
: mDisplay{nullptr}, mCompositor{nullptr}, mSurface{nullptr}, mWindow{nullptr}