summaryrefslogtreecommitdiff
path: root/zen/async_task.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/async_task.h')
-rw-r--r--zen/async_task.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zen/async_task.h b/zen/async_task.h
index d8f489a3..76e7824f 100644
--- a/zen/async_task.h
+++ b/zen/async_task.h
@@ -12,6 +12,7 @@
#include "thread.h"
#include "scope_guard.h"
+
namespace zen
{
//run a job in an async thread, but process result on GUI event loop
bgstack15