Skip to content

Commit 0ea0e10

Browse files
committed
common/options: add missing include for strict_si_cast() and std::cerr
Signed-off-by: Max Kellermann <[email protected]>
1 parent eb15043 commit 0ea0e10

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/common/options.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include "options.h"
66
#include "common/Formatter.h"
77
#include "common/options/build_options.h"
8+
#include "common/strtol.h" // for strict_si_cast()
89

910
// Helpers for validators
1011
#include "include/stringify.h"

src/common/options.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#pragma once
55

66
#include <chrono>
7+
#include <iostream> // for std::cerr
78
#include <string>
89
#include <variant>
910
#include <vector>

0 commit comments

Comments
 (0)