# HG changeset patch # User Jacob Dawid # Date 1344070352 -7200 # Node ID d367f5ab0838ade121176fca065ae8118d07e5a1 # Parent b9b6a310ad97d0056726e965855ce11534cb4de1 Added missing includes so the GUI builds with the new src-structure. * src.pro: Added missing includes. diff --git a/gui/src/src.pro b/gui/src/src.pro --- a/gui/src/src.pro +++ b/gui/src/src.pro @@ -49,6 +49,11 @@ /usr/include/qt4 \ ../.. \ ../../src \ + ../../src/interpfcn \ + ../../src/interp-core \ + ../../src/octave-value \ + ../../src/parse-tree \ + ../../src/operators \ ../../liboctave \ ../../libcruft/misc