mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
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:
committed by
Gregory Hainaut
parent
30c6389ed9
commit
a42a236961
@@ -131,9 +131,9 @@ using namespace std;
|
||||
#else
|
||||
#include <hash_map>
|
||||
#include <hash_set>
|
||||
using namespace stdext;
|
||||
#endif
|
||||
|
||||
using namespace stdext;
|
||||
|
||||
// hashing algoritms at: http://www.cris.com/~Ttwang/tech/inthash.htm
|
||||
// default hash_compare does ldiv and other crazy stuff to reduce speed
|
||||
|
||||
Reference in New Issue
Block a user