summaryrefslogtreecommitdiffstats
path: root/src/graphics/d3d/d3dtextr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/d3d/d3dtextr.cpp')
-rw-r--r--src/graphics/d3d/d3dtextr.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/graphics/d3d/d3dtextr.cpp b/src/graphics/d3d/d3dtextr.cpp
index 9b82410..4924860 100644
--- a/src/graphics/d3d/d3dtextr.cpp
+++ b/src/graphics/d3d/d3dtextr.cpp
@@ -26,9 +26,10 @@
//
// Copyright (c) 1996-1999 Microsoft Corporation. All rights reserved
//-----------------------------------------------------------------------------
-#define STRICT
#include <tchar.h>
#include <stdio.h>
+#include <algorithm>
+using std::min;
#include "graphics/d3d/d3dtextr.h"
#include "graphics/d3d/d3dutil.h"
#include "common/language.h"