Skip to content

Commit e2147a5

Browse files
null77Commit Bot
authored andcommitted
Add missing condition_variable include.
This was breaking the ANGLE build in Skia. Bug: angleproject:5195 Bug: angleproject:5168 Change-Id: I931150922114df5b381e6d226e3fcaab4c15c2e6 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2485580 Reviewed-by: Jamie Madill <[email protected]> Commit-Queue: Jamie Madill <[email protected]>
1 parent 9091de4 commit e2147a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libANGLE/renderer/EGLReusableSync.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
#include "common/angleutils.h"
1616

17+
#include <condition_variable>
18+
1719
namespace rx
1820
{
1921

0 commit comments

Comments
 (0)