summary refs log tree commit diff stats
path: root/src/vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vector.h')
-rw-r--r--src/vector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vector.h b/src/vector.h index d54fdbb..8019edf 100644 --- a/src/vector.h +++ b/src/vector.h
@@ -1,6 +1,8 @@
1#ifndef VECTOR_H_5458ED71 1#ifndef VECTOR_H_5458ED71
2#define VECTOR_H_5458ED71 2#define VECTOR_H_5458ED71
3 3
4#include <tuple>
5
4template <typename T> 6template <typename T>
5class vec2 { 7class vec2 {
6public: 8public: