summaryrefslogtreecommitdiff
path: root/ACE/apps/gperf/src/List_Node.cpp
diff options
context:
space:
mode:
Diffstat (limited to '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.