diff options
Diffstat (limited to 'src/Image.cc')
| -rw-r--r-- | src/Image.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Image.cc b/src/Image.cc index 3a4c14cf..cd702f6f 100644 --- a/src/Image.cc +++ b/src/Image.cc @@ -67,7 +67,8 @@ typedef unsigned int u_int32_t; #endif // HAVE_CTYPE_H #include <algorithm> -using namespace std; +using std::min; +using std::max; static unsigned long bsqrt(unsigned long x) { if (x <= 0) return 0; |
