mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[c++] undef max and min
There were different definitions of them in sys/cdefs.h
This commit is contained in:
parent
425d779e15
commit
43dd4f38a0
@ -52,6 +52,9 @@
|
||||
|
||||
#include <curl/curl.h>
|
||||
|
||||
#undef max
|
||||
#undef min
|
||||
|
||||
#include <algorithm>
|
||||
#include <map>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user