1 #ifndef icu4x_FixedDecimalLimitError_D_HPP 2 #define icu4x_FixedDecimalLimitError_D_HPP 3 4 #include <stdio.h> 5 #include <stdint.h> 6 #include <stddef.h> 7 #include <stdbool.h> 8 #include <memory> 9 #include <functional> 10 #include <optional> 11 #include "../diplomat_runtime.hpp" 12 13 14 namespace icu4x { 15 namespace capi { 16 17 } // namespace capi 18 } // namespace 19 20 21 namespace icu4x { 22 struct FixedDecimalLimitError { 23 24 }; 25 26 } // namespace 27 #endif // icu4x_FixedDecimalLimitError_D_HPP 28