mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
(svn r13342) -Fix: smallvec.h/sortlist_type.h didn't include everything they needed.
This commit is contained in:
parent
00ccb1dc33
commit
e81386476f
@ -5,6 +5,9 @@
|
|||||||
#ifndef SMALLVEC_H
|
#ifndef SMALLVEC_H
|
||||||
#define SMALLVEC_H
|
#define SMALLVEC_H
|
||||||
|
|
||||||
|
#include "../core/alloc_func.hpp"
|
||||||
|
#include "../core/math_func.hpp"
|
||||||
|
|
||||||
template <typename T, uint S>
|
template <typename T, uint S>
|
||||||
struct SmallVector {
|
struct SmallVector {
|
||||||
T *data;
|
T *data;
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
#ifndef SORTLIST_TYPE_H
|
#ifndef SORTLIST_TYPE_H
|
||||||
#define SORTLIST_TYPE_H
|
#define SORTLIST_TYPE_H
|
||||||
|
|
||||||
|
#include "core/enum_type.hpp"
|
||||||
|
#include "core/bitmath_func.hpp"
|
||||||
#include "misc/smallvec.h"
|
#include "misc/smallvec.h"
|
||||||
#include "date_type.h"
|
#include "date_type.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user