changeset 618 | e944d741f472 |
parent 274 | 28728f3945c5 |
child 921 | 818510fa3d99 |
1.1 --- a/src/work/bin_heap_demo.cc Tue May 11 21:26:29 2004 +0000 1.2 +++ b/src/work/bin_heap_demo.cc Tue May 11 22:49:13 2004 +0000 1.3 @@ -1,8 +1,9 @@ 1.4 #include <iostream> 1.5 -#include <bin_heap.h> 1.6 #include <string> 1.7 #include <map> 1.8 1.9 +#include <hugo/bin_heap.h> 1.10 + 1.11 using namespace hugo; 1.12 using namespace std; 1.13