summaryrefslogtreecommitdiffstats
path: root/thirdparty/brotli/dec/huffman.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/brotli/dec/huffman.h')
-rw-r--r--thirdparty/brotli/dec/huffman.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/thirdparty/brotli/dec/huffman.h b/thirdparty/brotli/dec/huffman.h
index a8fbc45347..50360962c7 100644
--- a/thirdparty/brotli/dec/huffman.h
+++ b/thirdparty/brotli/dec/huffman.h
@@ -9,9 +9,10 @@
#ifndef BROTLI_DEC_HUFFMAN_H_
#define BROTLI_DEC_HUFFMAN_H_
-#include "../common/platform.h"
#include <brotli/types.h>
+#include "../common/platform.h"
+
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
#endif