diff options
| author | AlexSm <[email protected]> | 2023-12-22 17:10:22 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-22 17:10:22 +0100 |
| commit | 148f920350c60c0ca2d89b637a5aea9093eee450 (patch) | |
| tree | 6314b1433dac833398c333731e83f0ad77e81a0b /contrib/restricted/boost/program_options/src/cmdline.cpp | |
| parent | 7116d46ae7c0259b5f9d489de263f8701e432b1c (diff) | |
Library import 2 (#639)
Diffstat (limited to 'contrib/restricted/boost/program_options/src/cmdline.cpp')
| -rw-r--r-- | contrib/restricted/boost/program_options/src/cmdline.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/restricted/boost/program_options/src/cmdline.cpp b/contrib/restricted/boost/program_options/src/cmdline.cpp index a768fa2be79..8f4ae64e4aa 100644 --- a/contrib/restricted/boost/program_options/src/cmdline.cpp +++ b/contrib/restricted/boost/program_options/src/cmdline.cpp @@ -3,7 +3,9 @@ // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt) -#define BOOST_PROGRAM_OPTIONS_SOURCE +#ifndef BOOST_PROGRAM_OPTIONS_SOURCE +# define BOOST_PROGRAM_OPTIONS_SOURCE +#endif #include <boost/program_options/config.hpp> #include <boost/config.hpp> |
