summaryrefslogtreecommitdiffstats
path: root/src/vZ.hpp
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-10-06 14:07:10 -0400
committerTavian Barnes <tavianator@gmail.com>2010-10-06 14:22:49 -0400
commit0bb71151afdaf179dd983c2598fa6ae7bbf23b27 (patch)
treedceb483ad34768a9c6a6dc7f3dfa1ad599aaab4d /src/vZ.hpp
parentc0b4cb84e36bb86bab51a12736a33117daad1c9e (diff)
downloadvz-0bb71151afdaf179dd983c2598fa6ae7bbf23b27.tar.xz
Add traits class.
Diffstat (limited to 'src/vZ.hpp')
-rw-r--r--src/vZ.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vZ.hpp b/src/vZ.hpp
index 1d7327b..8035159 100644
--- a/src/vZ.hpp
+++ b/src/vZ.hpp
@@ -23,6 +23,7 @@
#ifndef VZ_HPP
#define VZ_HPP
+#include <vZ/traits.hpp>
#include <vZ/integrator.hpp>
#include <vZ/simple.hpp>