Skip to content
Snippets Groups Projects
Commit a4f7f092 authored by Simon Oehrl's avatar Simon Oehrl
Browse files

Add missing include for std::thread

parent 164928a4
Branches
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include <memory> #include <memory>
#include <mutex> #include <mutex>
#include <string> #include <string>
#include <thread>
#include <vector> #include <vector>
#include "nest_types.h" #include "nest_types.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment