Skip to content

Commit

Permalink
headers configuration added
Browse files Browse the repository at this point in the history
  • Loading branch information
vasiliyk committed Nov 8, 2024
1 parent 13d0812 commit 08f87ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/function/entry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* limitations under the License.
*/

#include <string>
#include <cstddef>
#include <cstdlib>
#include <cstring>
Expand Down
1 change: 1 addition & 0 deletions test/function/param.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* limitations under the License.
*/

#include <string>
#include <cstddef>
#include <cstdlib>
#include <cstring>
Expand Down
1 change: 1 addition & 0 deletions tools/check_headers/cpp_standard_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
"va_end": "cstdarg"
"va_list": "cstdarg"
"va_start": "cstdarg"
"filesystem": "filesystem"
1 change: 1 addition & 0 deletions tools/check_headers/stumpless_private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"journald_init_journald_param": "private/config/journald_supported.h"
"L10N_": "private/config/wrapper/locale.h"
"load_corpus": "test/helper/fixture.hpp"
"load_corpus_folder": "test/helper/fixture.hpp"
"load_facility": "private/target/journald.h"
"load_identifier": "private/target/journald.h"
"load_message": "private/target/journald.h"
Expand Down

0 comments on commit 08f87ca

Please sign in to comment.