File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 99#ifndef docopt__docopt_h_
1010#define docopt__docopt_h_
1111
12- #include " docopt_value.h"
13-
14- #include < map>
15- #include < vector>
16- #include < string>
17- #include < stdexcept>
18-
1912#ifdef DOCOPT_HEADER_ONLY
2013 #define DOCOPT_INLINE inline
2114 #define DOCOPT_API
4134 #endif
4235#endif
4336
37+ #include " docopt_value.h"
38+
39+ #include < map>
40+ #include < vector>
41+ #include < string>
42+ #include < stdexcept>
43+
4444namespace docopt {
4545
4646 // Usage string could not be parsed (ie, the developer did something wrong)
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ namespace docopt {
105105 };
106106
107107 // / Write out the contents to the ostream
108- std::ostream& operator <<(std::ostream&, value const &);
108+ DOCOPT_API std::ostream& operator <<(std::ostream&, value const &);
109109}
110110
111111namespace std {
You can’t perform that action at this time.
0 commit comments