diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2012-11-02 12:21:47 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2012-11-02 12:21:47 +0100 |
commit | 25a868011c15cb51e38566deff116b01fa8419cf (patch) | |
tree | 3e7ae2dcefa9f37e771c6709d8176b81d6027bf6 /dbaccess | |
parent | e3b12f1762c4a7237e0c085484359dbe47ca76e0 (diff) |
include stl headers for used features
Change-Id: I6b0d3b3feea88b6e3605f751df9e1154e4231127
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/api/definitioncolumn.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/core/api/definitioncolumn.cxx b/dbaccess/source/core/api/definitioncolumn.cxx index e8e0acd063c9..df9a92a6f69e 100644 --- a/dbaccess/source/core/api/definitioncolumn.cxx +++ b/dbaccess/source/core/api/definitioncolumn.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <bitset> #include "apitools.hxx" #include "dbastrings.hrc" |