aboutsummaryrefslogtreecommitdiff
path: root/c/enc/compress_fragment_two_pass.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/enc/compress_fragment_two_pass.h')
-rw-r--r--c/enc/compress_fragment_two_pass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/enc/compress_fragment_two_pass.h b/c/enc/compress_fragment_two_pass.h
index ed91942..928677d 100644
--- a/c/enc/compress_fragment_two_pass.h
+++ b/c/enc/compress_fragment_two_pass.h
@@ -13,9 +13,9 @@
#ifndef BROTLI_ENC_COMPRESS_FRAGMENT_TWO_PASS_H_
#define BROTLI_ENC_COMPRESS_FRAGMENT_TWO_PASS_H_
+#include "../common/platform.h"
#include <brotli/types.h>
#include "./memory.h"
-#include "./port.h"
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {