Skip to content
Snippets Groups Projects
Commit 55ec9482 authored by Graziano Scalamera's avatar Graziano Scalamera
Browse files

Add missing include

parent 109ea435
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@
#include <tango.h>
#include <string>
#include <unordered_map>
#include "AlarmSignal.h"
......
......@@ -39,6 +39,7 @@
#include <tango.h>
#include <mutex>
#include <shared_mutex>
#include <unordered_map>
#define NAME_KEY "tag"
#define RECEIVERS_KEY "receivers"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment