aboutsummaryrefslogtreecommitdiffstats
path: root/src/charset.h
diff options
context:
space:
mode:
authorStefan Pöschel <github@basicmaster.de>2017-02-04 01:50:37 +0100
committerStefan Pöschel <github@basicmaster.de>2017-02-04 01:50:37 +0100
commit714a1cf68c0b4b8f544273375df4aa2147e6ae16 (patch)
treeefd50476fa3295717c395fc0a6f8aea1c6240d6e /src/charset.h
parentf79f7edd2b532418e9e87f1f0370d11eefb34a65 (diff)
downloadODR-PadEnc-714a1cf68c0b4b8f544273375df4aa2147e6ae16.tar.gz
ODR-PadEnc-714a1cf68c0b4b8f544273375df4aa2147e6ae16.tar.bz2
ODR-PadEnc-714a1cf68c0b4b8f544273375df4aa2147e6ae16.zip
Add common header
Diffstat (limited to 'src/charset.h')
-rw-r--r--src/charset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/charset.h b/src/charset.h
index 8d1e1a2..a31ca25 100644
--- a/src/charset.h
+++ b/src/charset.h
@@ -25,6 +25,8 @@
#ifndef __CHARSET_H_
#define __CHARSET_H_
+#include "common.h"
+
#include "utf8.h"
#include <string>
#include <vector>