add missing <atomic> include

TBR=brianosman@google.com, johnstiles@google.com

Change-Id: I03f771b39acbeba3d25da97d759ad2f9a8f6f5d3
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/324123
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Reviewed-by: John Stiles <johnstiles@google.com>
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
This commit is contained in:
Ethan Nicholas 2020-10-08 14:52:24 -04:00 committed by Skia Commit-Bot
parent 6113d50ec4
commit e17b050196

View File

@ -14,6 +14,7 @@
#include "src/sksl/SkSLString.h"
#include <algorithm>
#include <atomic>
#include <vector>
namespace SkSL {