mirror of https://github.com/PCSX2/pcsx2.git
Let's try that again.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2300 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
1dc47d5215
commit
3092808d04
|
@ -74,4 +74,3 @@
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
||||||
#include "Utilities/Assertions.h"
|
#include "Utilities/Assertions.h"
|
||||||
#include "Utilities/Exceptions.h"
|
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "Dependencies.h"
|
#include "Dependencies.h"
|
||||||
|
#include "Exceptions.h"
|
||||||
|
|
||||||
template< int Precision >
|
template< int Precision >
|
||||||
struct FixedInt
|
struct FixedInt
|
||||||
|
|
Loading…
Reference in New Issue