Skip to content
Snippets Groups Projects
Commit 98a5c043 authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Add missing include and lib dependency

parent b34bd080
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ set(LIB_NAME DefaultWidgetDescriptions)
armarx_component_set_name("${LIB_NAME}")
armarx_set_target("Library: ${LIB_NAME}")
set(LIBS ArmarXGuiInterfaces)
set(LIBS ArmarXCore ArmarXGuiInterfaces)
set(LIB_FILES DefaultWidgetDescriptions.cpp)
set(LIB_HEADERS DefaultWidgetDescriptions.h )
......
......@@ -20,6 +20,8 @@
* GNU General Public License
*/
#include <ArmarXCore/core/exceptions/local/ExpressionException.h>
#include "DefaultWidgetDescriptions.h"
namespace armarx
......
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