Commit 44e7ef57 authored by Peter Collingbourne's avatar Peter Collingbourne Committed by Commit Bot

bluetooth: Add missing #include.

Found by compiling with libc++ on Windows.

Bug: 801780
Change-Id: I948e6d5baaf7008892a576bcc27943d96b911e62
Reviewed-on: https://chromium-review.googlesource.com/875372Reviewed-by: default avatarGiovanni Ortuño Urquidi <ortuno@chromium.org>
Commit-Queue: Peter Collingbourne <pcc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#530430}
parent 604e3794
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
#include "device/bluetooth/bluetooth_service_record_win.h" #include "device/bluetooth/bluetooth_service_record_win.h"
#include <math.h>
#include <string> #include <string>
#include "base/strings/string_number_conversions.h" #include "base/strings/string_number_conversions.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment