mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Sigh. I should know better than to commit a one line change from a PR
w/o a full compile test, even when the PR seemed so authoritative on the subject... Install sstream, not the non-existent sstring.
This commit is contained in:
parent
483cbcc1eb
commit
063e57d574
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ DPADD+= ${LIBM}
|
|||
|
||||
HDRS= cassert cctype cerrno cfloat ciso646 climits clocale cmath complex \
|
||||
csetjmp csignal cstdarg cstddef cstdio cstdlib cstring ctime \
|
||||
cwchar cwctype fstream iomanip iosfwd iostream sstring stdexcept \
|
||||
cwchar cwctype fstream iomanip iosfwd iostream sstream stdexcept \
|
||||
string strstream complex.h stl.h valarray
|
||||
|
||||
STDHDRS=bastring.cc bastring.h complext.cc complext.h dcomplex.h fcomplex.h \
|
||||
|
|
|
|||
Loading…
Reference in a new issue