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

Commit faf8de88 authored by Elliott Hughes's avatar Elliott Hughes Committed by Automerger Merge Worker
Browse files

Merge "Add missing #includes." into main am: 4b7d8bc8

parents 8dd576ba 4b7d8bc8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@
// #define LOG_NDEBUG 0
#define LOG_TAG "C2AllocatorBlob"

#include <memory>
#include <mutex>
#include <set>

#include <C2AllocatorBlob.h>
+2 −0
Original line number Diff line number Diff line
@@ -22,7 +22,9 @@
#include <C2Buffer.h>
#include <C2BlockInternal.h>

#include <atomic>
#include <functional>
#include <mutex>

namespace android {
class GraphicBuffer;
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * limitations under the License.
 */

#include <algorithm>
#include <cassert>
#include <math.h>
#include "IntegerRatio.h"
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * limitations under the License.
 */

#include <algorithm>
#include <cassert>
#include <math.h>
#include "SincResampler.h"
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * limitations under the License.
 */

#include <algorithm>
#include <cassert>
#include <math.h>

Loading