summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnand Thakker <github@anandthakker.net>2018-06-15 16:37:16 -0400
committerAnand Thakker <github@anandthakker.net>2018-06-15 16:37:16 -0400
commit37807b05636ccfae05d334ef4ecc7530a45ea026 (patch)
tree085117e2a487a61f1cc9d8884acee52ee1dea542
parent0d2c0556f1378a7c1c4a21fbf177a77954c37142 (diff)
downloadqtlocation-mapboxgl-37807b05636ccfae05d334ef4ecc7530a45ea026.tar.gz
-rw-r--r--include/mbgl/actor/actor.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/mbgl/actor/actor.hpp b/include/mbgl/actor/actor.hpp
index f87f191b73..4d8c0ab404 100644
--- a/include/mbgl/actor/actor.hpp
+++ b/include/mbgl/actor/actor.hpp
@@ -8,14 +8,10 @@
#include <memory>
#include <future>
#include <type_traits>
+#include <cassert>
namespace mbgl {
-namespace util {
- template <typename O>
- class Thread;
-}
-
/*
An `Actor<O>` is an owning reference to an asynchronous object of type `O`: an "actor".
Communication with an actor happens via message passing: you send a message to the object