Changeset 195 in pacpusframework


Ignore:
Timestamp:
10/24/13 21:50:36 (11 years ago)
Author:
Marek Kurdej
Message:

Fixed: added missing include.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Pacpus/kernel/ComponentBase.h

    r184 r195  
    2525#include <Pacpus/kernel/ComponentManager.h>
    2626#include <Pacpus/kernel/InputOutputBase.h>
     27// InputOutputInterface.h must be included, otherwise we could not use addInput, addOutput template methods
     28#include <Pacpus/kernel/InputOutputInterface.h>
    2729#include <Pacpus/kernel/pacpus.h>
    2830#include <Pacpus/kernel/XmlComponentConfig.h>
Note: See TracChangeset for help on using the changeset viewer.