diff options
author | David Tardon <dtardon@redhat.com> | 2011-02-07 18:14:05 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-02-07 18:40:39 +0100 |
commit | 91b54d2c173401ef026f4dd6c01b5aadcd150db9 (patch) | |
tree | 54ae4ebdc44b26e51d5cd9007cb831fe46fe1488 /stlport | |
parent | ebbe8c23f7f9607e8894ed7e8ad58304cd759e36 (diff) |
<functional> is needed too
Diffstat (limited to 'stlport')
-rw-r--r-- | stlport/systemstlguards/preextstl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stlport/systemstlguards/preextstl.h b/stlport/systemstlguards/preextstl.h index bdf7cb0cfbb8..cc271936b6b6 100644 --- a/stlport/systemstlguards/preextstl.h +++ b/stlport/systemstlguards/preextstl.h @@ -68,6 +68,7 @@ # include _STLP_NATIVE_HEADER(vector) # include _STLP_NATIVE_HEADER(string) # include _STLP_NATIVE_HEADER(numeric) +# include _STLP_NATIVE_HEADER(functional) # include _STLP_NATIVE_HEADER(algorithm) # endif # include _STLP_NATIVE_HEADER(streambuf) |