We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765347b commit eb986aaCopy full SHA for eb986aa
mfbt/Assertions.h
@@ -9,8 +9,8 @@
9
#define mozilla_Assertions_h_
10
11
#include "mozilla/Attributes.h"
12
-#include "mozilla/Types.h"
13
+#include <stddef.h>
14
#include <stdio.h>
15
#include <stdlib.h>
16
#ifdef WIN32
mfbt/HashFunctions.cpp
@@ -6,6 +6,7 @@
6
/* Implementations of hash functions. */
7
8
#include "mozilla/HashFunctions.h"
+#include "mozilla/Types.h"
#include <string.h>
mfbt/HashFunctions.h
@@ -48,6 +48,7 @@
48
#include "mozilla/Assertions.h"
49
50
#include "mozilla/StandardInteger.h"
51
52
53
#ifdef __cplusplus
54
namespace mozilla {
0 commit comments