aboutsummaryrefslogtreecommitdiff
path: root/c/enc/static_dict.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/enc/static_dict.h')
-rw-r--r--c/enc/static_dict.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/enc/static_dict.h b/c/enc/static_dict.h
index fb74b13..0b3f6b3 100644
--- a/c/enc/static_dict.h
+++ b/c/enc/static_dict.h
@@ -10,8 +10,8 @@
#define BROTLI_ENC_STATIC_DICT_H_
#include "../common/dictionary.h"
+#include "../common/platform.h"
#include <brotli/types.h>
-#include "./port.h"
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {