mirror of https://github.com/PCSX2/pcsx2.git
Gsdx: Move the stdext namespace declaration.
This will eventually lead to error C2871: 'stdext' : a namespace with this name does not exist. might as well fix it now.
This commit is contained in:
parent
30c6389ed9
commit
a42a236961
|
@ -131,9 +131,9 @@ using namespace std;
|
||||||
#else
|
#else
|
||||||
#include <hash_map>
|
#include <hash_map>
|
||||||
#include <hash_set>
|
#include <hash_set>
|
||||||
|
using namespace stdext;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
using namespace stdext;
|
|
||||||
|
|
||||||
// hashing algoritms at: http://www.cris.com/~Ttwang/tech/inthash.htm
|
// hashing algoritms at: http://www.cris.com/~Ttwang/tech/inthash.htm
|
||||||
// default hash_compare does ldiv and other crazy stuff to reduce speed
|
// default hash_compare does ldiv and other crazy stuff to reduce speed
|
||||||
|
|
Loading…
Reference in New Issue