| Index: native_client_sdk/src/examples/api/url_loader/url_loader_handler.cc
|
| diff --git a/native_client_sdk/src/examples/api/url_loader/url_loader_handler.cc b/native_client_sdk/src/examples/api/url_loader/url_loader_handler.cc
|
| index 6948257a26401fd426fb16981dbdee8e41a14522..66363620ca925bf4b2ffe9887b1f3a47298c9e67 100644
|
| --- a/native_client_sdk/src/examples/api/url_loader/url_loader_handler.cc
|
| +++ b/native_client_sdk/src/examples/api/url_loader/url_loader_handler.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include <stdio.h>
|
| #include <stdlib.h>
|
| +#include <algorithm>
|
| #include "ppapi/c/pp_errors.h"
|
| #include "ppapi/c/ppb_instance.h"
|
| #include "ppapi/cpp/module.h"
|
|
|