mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 01:11:43 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@54463 954022d7-b5bf-4e40-9824-e11837661b57
10 lines
202 B
C
10 lines
202 B
C
#ifndef _CPDOCCORE_BOOST_STRING_H_
|
|
#define _CPDOCCORE_BOOST_STRING_H_
|
|
|
|
#pragma warning(push)
|
|
#pragma warning(disable : 4996)
|
|
#include <boost/algorithm/string.hpp>
|
|
#pragma warning(pop)
|
|
|
|
#endif
|