commit | 4c53b0f4521a55a125e0271af570650fdd897283 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sun Oct 26 20:35:46 2014 -0700 |
committer | Alex Afanasyev <alexander.afanasyev@ucla.edu> | Mon Oct 27 18:01:55 2014 -0700 |
tree | 837723864119c0164cc4aa968ae07cd96a77edb4 | |
parent | be54451b7e95a37a29fa6b367a49a9d612dff424 [diff] |
encoding: add missing include in nfd-constants.hpp refs #2091 Change-Id: I0319506eac91b5a97a0a882dc95473a4bb56eb0a
diff --git a/tests/unit-tests/encoding/nfd-constants.cpp b/tests/unit-tests/encoding/nfd-constants.cpp new file mode 100644 index 0000000..537699e --- /dev/null +++ b/tests/unit-tests/encoding/nfd-constants.cpp
@@ -0,0 +1,4 @@ +#include "encoding/nfd-constants.hpp" + +// This file is intentionally empty. +// See Bug 2091.