Changeset - r9427:177da75469a5
[Not reviewed]
master
0 2 0
rubidium - 16 years ago 2008-05-30 09:32:24
rubidium@openttd.org
(svn r13342) -Fix: smallvec.h/sortlist_type.h didn't include everything they needed.
2 files changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/misc/smallvec.h
Show inline comments
 
@@ -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;
src/sortlist_type.h
Show inline comments
 
@@ -5,6 +5,8 @@
 
#ifndef SORTLIST_TYPE_H
 
#define SORTLIST_TYPE_H
 

	
 
#include "core/enum_type.hpp"
 
#include "core/bitmath_func.hpp"
 
#include "misc/smallvec.h"
 
#include "date_type.h"
 

	
0 comments (0 inline, 0 general)