diff options
author | Noel Grandin <noel@peralex.com> | 2016-05-24 09:21:33 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-24 13:07:03 +0000 |
commit | fe0bba96ac0682eeba1757ede42b5fdef22764b8 (patch) | |
tree | 3770076b3d171dccefaa3ef68dcdddd021e0e28c /include/o3tl | |
parent | 9ff8c95e54bed9ffd6ae4636c9e8385ad3160643 (diff) |
Convert VclPackType to scoped enum
Change-Id: I5bcc4f8686c1ce5bf7def948ce50837fa542786f
Reviewed-on: https://gerrit.libreoffice.org/25394
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/o3tl')
-rw-r--r-- | include/o3tl/enumarray.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/o3tl/enumarray.hxx b/include/o3tl/enumarray.hxx index 0e88142e0857..766d9670b34a 100644 --- a/include/o3tl/enumarray.hxx +++ b/include/o3tl/enumarray.hxx @@ -22,6 +22,7 @@ #include <iterator> #include <type_traits> +#include <cassert> namespace o3tl { |