Kaydet (Commit) 7afb5492 authored tarafından Luboš Luňák's avatar Luboš Luňák

fix non-fast string operator+ debug build

the asserts I've added need string.h , which was not available in that case

Change-Id: If8dbedcb48400e5edd0bde0214640c2c392fde2b
üst aaee2f77
......@@ -23,6 +23,7 @@
#include "sal/config.h"
#include <cassert>
#include <string.h>
#include <rtl/strbuf.h>
#include <rtl/string.hxx>
......
......@@ -24,6 +24,7 @@
#include <cassert>
#include <ostream>
#include <string.h>
#include <osl/diagnose.h>
#include <rtl/textenc.h>
......
......@@ -23,6 +23,7 @@
#include "sal/config.h"
#include <cassert>
#include <string.h>
#include <osl/diagnose.h>
#include <rtl/ustrbuf.h>
......
......@@ -24,6 +24,7 @@
#include <cassert>
#include <ostream>
#include <string.h>
#include "osl/diagnose.h"
#include <rtl/ustring.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment