summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcorino <mcorino@remedy.nl>2015-05-30 17:42:24 +0200
committermcorino <mcorino@remedy.nl>2015-05-30 17:42:24 +0200
commite23f049937e75b75b264ceb15233d139db60bb53 (patch)
tree6ab444eb3032fb7e9ce60a631ac65383e3147f94
parent87a419ccb20491fa65e86963c73afe6730a59001 (diff)
parentf9ce7915129d21d0deb9a5ead23cd17831310518 (diff)
downloadATCD-e23f049937e75b75b264ceb15233d139db60bb53.tar.gz
Merge pull request #2 from DOCGroup/master
Pulling ATCD master
-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.