| Index: ppapi/shared_impl/ppb_audio_config_shared.cc
|
| diff --git a/ppapi/shared_impl/ppb_audio_config_shared.cc b/ppapi/shared_impl/ppb_audio_config_shared.cc
|
| index 13f1925a8d93612b53756df6bbff1315d47c8539..3499d60710554124b1c2848e30c07e1a125a5051 100644
|
| --- a/ppapi/shared_impl/ppb_audio_config_shared.cc
|
| +++ b/ppapi/shared_impl/ppb_audio_config_shared.cc
|
| @@ -2,8 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "build/build_config.h"
|
| #include "ppapi/shared_impl/ppb_audio_config_shared.h"
|
| +
|
| +#include <algorithm>
|
| +#include "build/build_config.h"
|
| #include "ppapi/thunk/enter.h"
|
| #include "ppapi/thunk/ppb_instance_api.h"
|
|
|
|
|