summaryrefslogtreecommitdiff
path: root/include/mbgl/util/uv.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-11-26 17:03:40 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-11-26 17:36:09 -0800
commit703a325518bfd3db7a25303102df6d7dd2cd3ce4 (patch)
treea23ec768a4321693be1743e8e55202440b5871b9 /include/mbgl/util/uv.hpp
parentbcc0db3742a71cb63e79f5f43317abdd34f189c2 (diff)
downloadqtlocation-mapboxgl-703a325518bfd3db7a25303102df6d7dd2cd3ce4.tar.gz
Introduce uv::async
Diffstat (limited to 'include/mbgl/util/uv.hpp')
-rw-r--r--include/mbgl/util/uv.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/util/uv.hpp b/include/mbgl/util/uv.hpp
index a4252e5cb6..2fc3e0dc30 100644
--- a/include/mbgl/util/uv.hpp
+++ b/include/mbgl/util/uv.hpp
@@ -15,6 +15,7 @@ std::string cwd();
class thread;
class rwlock;
class loop;
+class async;
class worker;
}