summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-05-29 08:09:03 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-05-29 08:09:03 +0200
commit432e6627b94fbd397e4374105b4403248be2066b (patch)
treed35f8b2e6c2c292d227939204eb7e44bd7880d47
parent372d1db11a14a5402303cdfd9bdd36ffd42e3355 (diff)
downloadATCD-432e6627b94fbd397e4374105b4403248be2066b.tar.gz
Fixed missing include
* ACE/apps/gperf/src/List_Node.cpp:
-rw-r--r--ACE/apps/gperf/src/List_Node.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/apps/gperf/src/List_Node.cpp b/ACE/apps/gperf/src/List_Node.cpp
index 018f66db6b7..c75edc8af52 100644
--- a/ACE/apps/gperf/src/List_Node.cpp
+++ b/ACE/apps/gperf/src/List_Node.cpp
@@ -24,6 +24,7 @@
#include "List_Node.h"
#include "Vectors.h"
#include "ace/OS_NS_ctype.h"
+#include "ace/Truncate.h"
/// Sorts the key set alphabetically to speed up subsequent operation
/// Uses insertion sort since the set is probably quite small.