Changeset 196 in pacpusframework for trunk/include/Pacpus/kernel/ComponentBase.h


Ignore:
Timestamp:
10/25/13 11:12:25 (11 years ago)
Author:
Marek Kurdej
Message:

Fixed: using auto-generated PacpusLibConfig.h instead of pacpus.h.

File:
1 edited

Legend:

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

    r195 r196  
    2727// InputOutputInterface.h must be included, otherwise we could not use addInput, addOutput template methods
    2828#include <Pacpus/kernel/InputOutputInterface.h>
    29 #include <Pacpus/kernel/pacpus.h>
     29#include <Pacpus/kernel/PacpusLibConfig.h>
    3030#include <Pacpus/kernel/XmlComponentConfig.h>
    3131
Note: See TracChangeset for help on using the changeset viewer.