added back include, but header needs to

be included from build system now, which allows multiple config folders
This commit is contained in:
Robin Müller 2020-05-29 17:17:46 +02:00
parent 3f79450b19
commit 2030415adb
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#ifndef OBJECTMANAGERIF_H_
#define OBJECTMANAGERIF_H_
#include "systemObjectList.h"
#include <framework/objectmanager/frameworkObjects.h>
#include <framework/objectmanager/SystemObjectIF.h>
#include <framework/returnvalues/HasReturnvaluesIF.h>