diff options
author | Steve Huston <shuston@riverace.com> | 2004-01-02 23:12:19 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2004-01-02 23:12:19 +0000 |
commit | 7d7f6d1e053d563aa43889ff62aa1e139150cc35 (patch) | |
tree | b4fb361bf47fcb1d6328cb8f8ed1ed3e801a611a /examples/APG/Naming | |
parent | d09f3431a2707e99e847dee9b5ef75abf395d24f (diff) | |
download | ATCD-7d7f6d1e053d563aa43889ff62aa1e139150cc35.tar.gz |
ChangeLogTag:Fri Jan 2 18:07:31 2004 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'examples/APG/Naming')
-rw-r--r-- | examples/APG/Naming/Graphable_Element.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/APG/Naming/Graphable_Element.h b/examples/APG/Naming/Graphable_Element.h index cecc691f6f8..c12b2826f91 100644 --- a/examples/APG/Naming/Graphable_Element.h +++ b/examples/APG/Naming/Graphable_Element.h @@ -5,7 +5,7 @@ #define GRAPHABLE_ELEMENT_H #include "Name_Binding.h" -#include "list" +#include <list> // A helper class that knows how to sort two ACE_Name_Binding objects // which contain temperature metrics. The value stored in the binding |