aboutsummaryrefslogtreecommitdiff
path: root/src/queue.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-11-15 21:43:26 +0000
committerMike Buland <eichlan@xagasoft.com>2007-11-15 21:43:26 +0000
commit305d608fe508b8e2c31df9282cc6f987260a76b1 (patch)
treedfd4b585721f5ee6552dd4c3a3637e3b65110756 /src/queue.h
parent60704e94fd8cea25a2b2947710a7ba3b675acb33 (diff)
downloadlibbu++-305d608fe508b8e2c31df9282cc6f987260a76b1.tar.gz
libbu++-305d608fe508b8e2c31df9282cc6f987260a76b1.tar.bz2
libbu++-305d608fe508b8e2c31df9282cc6f987260a76b1.tar.xz
libbu++-305d608fe508b8e2c31df9282cc6f987260a76b1.zip
Final changes moving to the actually liscense-ified version, plus I fixed a
compile error I introduced last commit.
Diffstat (limited to 'src/queue.h')
-rw-r--r--src/queue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/queue.h b/src/queue.h
index c555a8a..0fab474 100644
--- a/src/queue.h
+++ b/src/queue.h
@@ -8,6 +8,8 @@
8#ifndef BU_QUEUE_H 8#ifndef BU_QUEUE_H
9#define BU_QUEUE_H 9#define BU_QUEUE_H
10 10
11#include <memory>
12
11namespace Bu 13namespace Bu
12{ 14{
13 template<typename value, typename valuealloc = std::allocator<value> > 15 template<typename value, typename valuealloc = std::allocator<value> >