Fix Windows compile error

This commit is contained in:
badaix 2021-05-03 10:03:54 +02:00
parent f79c301af7
commit 2c7411e949

View file

@ -16,6 +16,10 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
***/
#ifndef NOMINMAX
#define NOMINMAX
#endif // NOMINMAX
#include "stream_uri.hpp"
#include "common/aixlog.hpp"
#include "common/str_compat.hpp"