summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper/weak.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-11-19 00:31:37 +0100
committerMichael Stahl <mstahl@redhat.com>2014-11-19 11:55:11 +0100
commit40d4f917e3395611276240c75c1d825d172ed559 (patch)
treee55869e4bc3089d8de9cf8de63b3c119bc35235f /include/cppuhelper/weak.hxx
parentmbSwapUnderway always true inside ImpGraphic::ImplReadEmbedded (diff)
downloadcore-40d4f917e3395611276240c75c1d825d172ed559.tar.gz
core-40d4f917e3395611276240c75c1d825d172ed559.zip
sal, cppuhelper headers a little more complete and self-contained
All of them now build as-is (doing that is actually a pain because some are named the same as C library headers and clang looks first in the directory where the source file is in...). Change-Id: Ief6e245c8f49fcee678aebd46394c19e4cb47f51
Diffstat (limited to 'include/cppuhelper/weak.hxx')
-rw-r--r--include/cppuhelper/weak.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cppuhelper/weak.hxx b/include/cppuhelper/weak.hxx
index 60ee36cc2275..9719db1a2e62 100644
--- a/include/cppuhelper/weak.hxx
+++ b/include/cppuhelper/weak.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_CPPUHELPER_WEAK_HXX
#define INCLUDED_CPPUHELPER_WEAK_HXX
+#include <cassert>
#include <osl/interlck.h>
#include <rtl/alloc.h>
#include <com/sun/star/uno/XWeak.hpp>