diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-10-06 16:49:26 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-10-06 16:49:26 +0200 |
commit | 54e86f708cf0274ec6b2536200802cf6f406101d (patch) | |
tree | f99892690ddce2fb35f23bbf7282d61c72ace829 /sd | |
parent | 946ea643185af680508a0333f63c086ed3f454a3 (diff) |
Missing include
Change-Id: I47ddb95018109e5e771324b699dfdc10f529dfc4
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/remotecontrol/AvahiNetworkService.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/remotecontrol/AvahiNetworkService.cxx b/sd/source/ui/remotecontrol/AvahiNetworkService.cxx index 9f53c5d5c16c..895cf7cb3ba3 100644 --- a/sd/source/ui/remotecontrol/AvahiNetworkService.cxx +++ b/sd/source/ui/remotecontrol/AvahiNetworkService.cxx @@ -8,6 +8,7 @@ */ #include <time.h> #include <iostream> +#include <limits> #include <new> #include <stdlib.h> #include <assert.h> |