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

Commit 852dc3aa authored by Abhishek Pandit-Subedi's avatar Abhishek Pandit-Subedi Committed by Martin Brabham
Browse files

floss: Add missing headers and define

Bug: None
Tag: #floss
Test: ./build.py
Change-Id: I10f63f45e16843c953be97b635f362633d4c66a3
parent ab983078
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -333,7 +333,7 @@ class HostBuild():
            'libbase_ver': self._get_basever(),
            'enable_exceptions': os.environ.get('CXXEXCEPTIONS', 0) == '1',
            'external_cflags': [],
            'external_cxxflags': [],
            'external_cxxflags': ["-DNDEBUG"],
            'enable_werror': False,
        }

+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@

#include <base/logging.h>

#include <algorithm>
#include <list>
#include <memory>
#include <sstream>
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@

#pragma once

#include <algorithm>
#include <cstdint>
#include <unordered_set>
#include <vector>