Kaydet (Commit) 008df9f5 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS hr33 (1.9.52); FILE MERGED

2006/11/03 15:54:21 hr 1.9.52.2: RESYNC: (1.9-1.10); FILE MERGED
2006/05/02 14:27:42 hr 1.9.52.1: #i52977#: workaround breakage if compiled mit system STL on Linux (undef min)
üst e23c5d57
......@@ -4,9 +4,9 @@
*
* $RCSfile: DAVSessionFactory.hxx,v $
*
* $Revision: 1.10 $
* $Revision: 1.11 $
*
* last change: $Author: hr $ $Date: 2006-06-20 05:34:49 $
* last change: $Author: vg $ $Date: 2006-11-22 10:49:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -35,6 +35,9 @@
#ifndef _DAVSESSIONFACTORY_HXX_
#define _DAVSESSIONFACTORY_HXX_
#ifdef min
#undef min // GNU libstdc++ <memory> includes <limit> which defines methods called min...
#endif
#include <map>
#include <memory>
......
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