# HG changeset patch # User klao # Date 1084315753 0 # Node ID e944d741f4728934ebd986c851d87a341685f3d7 # Parent dc17013b0e5207c3a54a377ba58957f51d00bbed #include diff -r dc17013b0e52 -r e944d741f472 src/work/bin_heap_demo.cc --- a/src/work/bin_heap_demo.cc Tue May 11 21:26:29 2004 +0000 +++ b/src/work/bin_heap_demo.cc Tue May 11 22:49:13 2004 +0000 @@ -1,8 +1,9 @@ #include -#include #include #include +#include + using namespace hugo; using namespace std; diff -r dc17013b0e52 -r e944d741f472 src/work/klao/Makefile --- a/src/work/klao/Makefile Tue May 11 21:26:29 2004 +0000 +++ b/src/work/klao/Makefile Tue May 11 22:49:13 2004 +0000 @@ -1,4 +1,4 @@ BINARIES = path_test map_test iter_map_test -INCLUDEDIRS= -I. -I.. -I../../include -I../{marci,jacint,alpar,johanna,akos} +INCLUDEDIRS= -I. -I.. -I../.. -I../{marci,jacint,alpar,johanna,athos,akos} include ../makefile diff -r dc17013b0e52 -r e944d741f472 src/work/klao/iter_map_test.cc --- a/src/work/klao/iter_map_test.cc Tue May 11 21:26:29 2004 +0000 +++ b/src/work/klao/iter_map_test.cc Tue May 11 22:49:13 2004 +0000 @@ -1,5 +1,5 @@ #include -#include +#include #include diff -r dc17013b0e52 -r e944d741f472 src/work/klao/map_test.cc --- a/src/work/klao/map_test.cc Tue May 11 21:26:29 2004 +0000 +++ b/src/work/klao/map_test.cc Tue May 11 22:49:13 2004 +0000 @@ -1,6 +1,6 @@ #include -#include +#include using namespace std; using namespace hugo; diff -r dc17013b0e52 -r e944d741f472 src/work/makefile --- a/src/work/makefile Tue May 11 21:26:29 2004 +0000 +++ b/src/work/makefile Tue May 11 22:49:13 2004 +0000 @@ -1,4 +1,4 @@ -INCLUDEDIRS ?= -I../include -I. -I./{marci,jacint,alpar,klao,akos} +INCLUDEDIRS ?= -I.. -I. -I./{marci,jacint,alpar,klao,akos} CXXFLAGS = -g -O3 -W -Wall $(INCLUDEDIRS) -ansi -pedantic BINARIES ?= bin_heap_demo