~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to tests/hash_plus.cc

  • Committer: Brian Aker
  • Date: 2011-10-05 21:43:41 UTC
  • mfrom: (929.1.285 libmemcached-build)
  • mto: This revision was merged to the branch mainline in revision 967.
  • Revision ID: brian@tangent.org-20111005214341-le14e1xyyyph9ymq
MergeĀ inĀ touch/etc

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
#include <cstdlib>
11
11
#include <cstring>
12
12
 
13
 
#include <libhashkit/hashkit.hpp>
 
13
#include <libhashkit-1.0/hashkit.hpp>
14
14
 
15
15
using namespace libtest;
16
16