Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c286776 authored by Abhishek Pandit-Subedi's avatar Abhishek Pandit-Subedi
Browse files

floss: Add missing #include <limits>

Bug: 210526128
Tag: #floss
Test: ./build.py on gLinux
Change-Id: I1dd3c52199b067f62e71d3cec4b135608aef2ad9
parent 4d0205d8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,18 +15,18 @@
 * limitations under the License.
 */

#include <base/logging.h>

#include <algorithm>
#include <limits>
#include <map>
#include <unordered_set>

#include "base/logging.h"
#include "bta_groups.h"
#include "btif_storage.h"
#include "types/bluetooth/uuid.h"
#include "types/raw_address.h"

#include <base/logging.h>

using bluetooth::Uuid;

namespace bluetooth {