Fix compiling with libc++

This commit is contained in:
Michael Cook (mackal)
2018-04-27 21:41:52 -04:00
parent fdcd39398c
commit 4fe6836cf0
4 changed files with 7 additions and 2 deletions
+1
View File
@@ -1,6 +1,7 @@
#pragma once
#include <unordered_map>
#include <string>
class EventSubscriptionWatcher
{