Skip to content

Commit 89a6c2e

Browse files
committed
compatiblity with llvm's libc++ on Linux
added #include <array> in app/Linux/PlatformLinux.cpp
1 parent aa993d2 commit 89a6c2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cinder/app/linux/PlatformLinux.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
#include "glfw/glfw3.h"
3434

35+
#include <array>
3536
#include <sys/types.h>
3637
#include <unistd.h>
3738
#include <limits.h>

0 commit comments

Comments
 (0)