Kaydet (Commit) c1599dd9 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Avoid confusion with our windows api clash prevention

üst a945fbf5
......@@ -87,6 +87,13 @@
#include <iostream>
#include <vector>
#ifdef WNT
#define NOMINMAX
#include <prewin.h>
#include <postwin.h>
#undef NOMINMAX
#endif
#define MDDS_HASH_CONTAINER_BOOST 1
#include <mdds/mixed_type_matrix.hpp>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment