This commit is contained in:
Neeflix
2018-07-10 22:07:15 +02:00
parent 030c497f00
commit 0fa1d1eec6
2 changed files with 3 additions and 1 deletions

View File

@@ -8,3 +8,4 @@ bin
*.cmake
*.out
.settings/*
Makefile

View File

@@ -14,12 +14,13 @@
#ifndef DETECTOR_H_
#define DETECTOR_H_
#include "IDetector.h"
#include <thread>
#include <map>
#include "utilities/IInputGPIOInterface.h"
#include "IDetector.h"
#include "Event.h"
#include "IEventNotifier.h"