diff options
| author | Brandon Schaefer <brandon.schaefer@canonical.com> | 2014-07-31 11:22:19 -0700 |
|---|---|---|
| committer | Brandon Schaefer <brandon.schaefer@canonical.com> | 2014-07-31 11:22:19 -0700 |
| commit | 73b0582328d1978fe9c24597ddc21372d5703592 (patch) | |
| tree | a296667b6aa27b99f2af4a25886eb6eddccb82b9 /unity-shared | |
| parent | 25e07339693341e3000f8b3c94a0f9adca850f6f (diff) | |
* Hopefully fixes arm issues
(bzr r3844.1.2)
Diffstat (limited to 'unity-shared')
| -rw-r--r-- | unity-shared/UBusServer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unity-shared/UBusServer.cpp b/unity-shared/UBusServer.cpp index 2734f7eaf..4c5bf546d 100644 --- a/unity-shared/UBusServer.cpp +++ b/unity-shared/UBusServer.cpp @@ -16,6 +16,8 @@ * Authored by: Michal Hruby <michal.hruby@canonical.com> */ +#include <algorithm> + #include "UBusServer.h" namespace unity |
