aboutsummaryrefslogtreecommitdiffhomepage
path: root/io.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-07 00:54:01 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-07 00:54:01 -0800
commited7c10f36666d6571c2399d507766e9fa3aad6c9 (patch)
treeaea65eef8946414c9816b12fcfb5909476ed3370 /io.h
parent68b93c624f51da262dc90d5566c666e59c186840 (diff)
Implemented test as a builtin (!)
Diffstat (limited to 'io.h')
-rw-r--r--io.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/io.h b/io.h
index bd18ed41..58fc1f88 100644
--- a/io.h
+++ b/io.h
@@ -1,6 +1,7 @@
#ifndef FISH_IO_H
#define FISH_IO_H
+#include <vector>
#include <tr1/memory>
using std::tr1::shared_ptr;