Skip to content
Snippets Groups Projects
Commit 25cb789a authored by Auke Klazema's avatar Auke Klazema
Browse files

Task #10253: Added missing header includes

parent 89aba19d
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,8 @@
#ifndef WINCCSERVICES_TOBUS_IMPL_H
#define WINCCSERVICES_TOBUS_IMPL_H
#include <string>
#include "ToBus.h"
#include <Messaging/ToBus.h>
......
......@@ -20,6 +20,9 @@
#ifndef WINCCSERVICES_WINCC_WRAPPER_H
#define WINCCSERVICES_WINCC_WRAPPER_H
#include <vector>
#include <string>
#include <Messaging/Message.h>
namespace LOFAR {
......
......@@ -20,6 +20,9 @@
#ifndef WINCCSERVICES_WINCC_WRAPPER_IMPL_H
#define WINCCSERVICES_WINCC_WRAPPER_IMPL_H
#include <string>
#include <vector>
#include <Manager.hxx>
#include "WinCCWrapper.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment