mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-31 00:15:55 -04:00
Fixes for building on vc12 (vs 2013), these are primarily just missing includes
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
|
||||
#include "sharedMath/Quaternion.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <limits>
|
||||
#include <vector>
|
||||
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
#ifndef INCLUDED_Rectangle2d_H
|
||||
#define INCLUDED_Rectangle2d_H
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
|
||||
//-------------------------------------------------------------------
|
||||
|
||||
class Line2d;
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
#include "sharedFoundation/ConfigFile.h"
|
||||
#include "sharedMath/ConfigSharedMath.h"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
// ----------
|
||||
|
||||
float RangeLoop::clip ( float x )
|
||||
|
||||
Reference in New Issue
Block a user