@@ -24,6 +24,10 @@
#include <boost/optional.hpp>
+#if defined(_WIN32) && defined(IN)
+#undef IN
+#endif
+
namespace isc {
namespace util {
class InputBuffer;
@@ -31,6 +31,10 @@