summaryrefslogtreecommitdiff
path: root/cpp/test/uwp/controller/ViewController.xaml.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/uwp/controller/ViewController.xaml.h')
-rw-r--r--cpp/test/uwp/controller/ViewController.xaml.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/uwp/controller/ViewController.xaml.h b/cpp/test/uwp/controller/ViewController.xaml.h
index a5d22575866..97fc0910e78 100644
--- a/cpp/test/uwp/controller/ViewController.xaml.h
+++ b/cpp/test/uwp/controller/ViewController.xaml.h
@@ -14,6 +14,7 @@
#include <map>
#include <string>
#include <memory>
+#include <mutex>
namespace
{
@@ -45,6 +46,7 @@ private:
void Hostname_SelectionChanged(Platform::Object^ sender, Windows::UI::Xaml::Controls::SelectionChangedEventArgs^ e);
std::map<std::string, std::pair<HINSTANCE, unsigned int>> _dlls;
+ std::mutex _mutex;
};
}