Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19582 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Mar 14, 2014
1 parent 3302924 commit dca776c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMPlot/OMPlotGUI/OMPlotGUI.config.in
Expand Up @@ -3,7 +3,7 @@ QMAKE_CXX = @CXX@
QMAKE_LINK = @CXX@

LIBS += -lqwt@with_qwt_suffix@ -lgc
INCLUDEPATH += @with_qwt@
INCLUDEPATH += @with_qwt@ ../../3rdParty/gc-7.2/include

QMAKE_CFLAGS = @CFLAGS@ @CPPFLAGS@
QMAKE_CXXFLAGS = @CFLAGS@ @CPPFLAGS@
Expand Down

0 comments on commit dca776c

Please sign in to comment.