diff options
-rw-r--r-- | native_client_sdk/src/examples/api/url_loader/url_loader_handler.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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 6948257..6636362 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" |