summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Corino <mcorino@remedy.nl>2015-05-31 10:25:27 +0200
committerMartin Corino <mcorino@remedy.nl>2015-05-31 10:25:27 +0200
commit636d2e64ab16a78bb6e281326ef6bcf69ca08081 (patch)
tree45f2c45a06a233b14ce5b7c3a8d867f6b3997b34
parentd933f8a18bf2bfc2165183bee3772308416fd140 (diff)
parente23f049937e75b75b264ceb15233d139db60bb53 (diff)
downloadATCD-636d2e64ab16a78bb6e281326ef6bcf69ca08081.tar.gz
Merge branch 'master' of https://github.com/mcorino/ATCD
-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.