(svn r13342) -Fix: smallvec.h/sortlist_type.h didn't include everything they needed.

This commit is contained in:
rubidium
2008-05-30 09:32:24 +00:00
parent 8cc39500ba
commit 026afc097a
2 changed files with 5 additions and 0 deletions

View File

@@ -5,6 +5,9 @@
#ifndef SMALLVEC_H
#define SMALLVEC_H
#include "../core/alloc_func.hpp"
#include "../core/math_func.hpp"
template <typename T, uint S>
struct SmallVector {
T *data;