diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-11-19 00:31:37 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-19 11:55:11 +0100 |
commit | 40d4f917e3395611276240c75c1d825d172ed559 (patch) | |
tree | e55869e4bc3089d8de9cf8de63b3c119bc35235f /include/cppuhelper/interfacecontainer.h | |
parent | db222b74f1482870aac76d51646215d756901b8d (diff) |
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/interfacecontainer.h')
-rw-r--r-- | include/cppuhelper/interfacecontainer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cppuhelper/interfacecontainer.h b/include/cppuhelper/interfacecontainer.h index 2813af03c943..650d455532e0 100644 --- a/include/cppuhelper/interfacecontainer.h +++ b/include/cppuhelper/interfacecontainer.h @@ -23,6 +23,7 @@ #include <functional> #include <vector> +#include <utility> #include <osl/diagnose.h> #include <osl/mutex.hxx> |