diff options
Diffstat (limited to 'webkit/appcache')
-rw-r--r-- | webkit/appcache/view_appcache_internals_job.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/appcache/view_appcache_internals_job.cc b/webkit/appcache/view_appcache_internals_job.cc index b4874db..c165375 100644 --- a/webkit/appcache/view_appcache_internals_job.cc +++ b/webkit/appcache/view_appcache_internals_job.cc @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include <algorithm> + #include "webkit/appcache/view_appcache_internals_job.h" #include "base/logging.h" |