kactus2 / kactus2dev

Kactus2 is a graphical EDA tool based on the IP-XACT standard.
https://research.tuni.fi/system-on-chip/tools/
GNU General Public License v2.0
191 stars 35 forks source link

[CORRECTIVE] fix include case #1

Closed trabucayre closed 7 years ago

trabucayre commented 7 years ago

library/HierarchyView/hierarchyitem.cpp includes HierarchyItem.h But header file is all lower case instead of camel case.

This case issue generates this build failure at the compile time : library/HierarchyView/hierarchyitem.cpp:12:27: fatal error: HierarchyItem.h: No such file or directory