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:
Miguel A. Colón Vélez 2015-08-02 22:01:44 -04:00 committed by Gregory Hainaut
parent 30c6389ed9
commit a42a236961
1 changed files with 1 additions and 1 deletions

View File

@ -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