mirror of
https://github.com/boostorg/regex.git
synced 2025-07-14 21:06:38 +02:00
Added needed #includes to source files.
[SVN r45353]
This commit is contained in:
@ -25,6 +25,8 @@
|
|||||||
|
|
||||||
#ifdef _DLL_CPPLIB
|
#ifdef _DLL_CPPLIB
|
||||||
#include <boost/detail/workaround.hpp>
|
#include <boost/detail/workaround.hpp>
|
||||||
|
#include <memory>
|
||||||
|
#include <string>
|
||||||
//
|
//
|
||||||
// This is a horrible workaround, without declaring these symbols extern we get
|
// This is a horrible workaround, without declaring these symbols extern we get
|
||||||
// duplicate symbol errors when linking if the application is built without
|
// duplicate symbol errors when linking if the application is built without
|
||||||
|
@ -23,6 +23,8 @@
|
|||||||
#include <boost/detail/workaround.hpp>
|
#include <boost/detail/workaround.hpp>
|
||||||
|
|
||||||
#ifdef _DLL_CPPLIB
|
#ifdef _DLL_CPPLIB
|
||||||
|
#include <memory>
|
||||||
|
#include <string>
|
||||||
//
|
//
|
||||||
// This is a horrible workaround, without declaring these symbols extern we get
|
// This is a horrible workaround, without declaring these symbols extern we get
|
||||||
// duplicate symbol errors when linking if the application is built without
|
// duplicate symbol errors when linking if the application is built without
|
||||||
|
Reference in New Issue
Block a user