diff --git a/include/faker-cxx/location.h b/include/faker-cxx/location.h index a2cade67..dce481fa 100644 --- a/include/faker-cxx/location.h +++ b/include/faker-cxx/location.h @@ -3,6 +3,8 @@ #include #include #include +#ifndef FAKER_LOCATION_H +#define FAKER_LOCATION_H #include "faker-cxx/export.h" #include "faker-cxx/types/locale.h" @@ -19,6 +21,8 @@ namespace faker::location * faker::location::country() // "Poland" * @endcode */ +std::string_view continent(); +#endif // FAKER_LOCATION_H FAKER_CXX_EXPORT std::string_view country(); /**