Skip to content

Commit

Permalink
nolint-for-stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
ban-nobuhiro committed Jun 19, 2024
1 parent d3a02af commit 70e6d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/limestone/dblogutil/dblogutil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

#include <iostream>
#include <stdlib.h>
#include <stdlib.h> // NOLINT(*-deprecated-headers): <cstdlib> does not provide std::mkdtemp
#include <glog/logging.h>
#include <limestone/logging.h>
#include "logging_helper.h"
Expand Down

0 comments on commit 70e6d2b

Please sign in to comment.