Kaydet (Commit) db96b092 authored tarafından Jonathan Adams's avatar Jonathan Adams Kaydeden (comit) Michael Stahl

solaris/gcc: add missing standard includes

üst d943c6ba
......@@ -28,6 +28,7 @@
#include <sal/alloca.h>
#include <strings.h>
#include <com/sun/star/uno/genfunc.hxx>
#include "com/sun/star/uno/RuntimeException.hpp"
......
......@@ -28,6 +28,7 @@
#include <stdio.h>
#include <strings.h>
#include <dlfcn.h>
#include <cxxabi.h>
#include <boost/unordered_map.hpp>
......
......@@ -37,6 +37,7 @@
*/
#include <string>
#include <cstring>
#include <iostream>
#include <exception>
#include <stdexcept>
......
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