io/BufferedOutputStream: add missing #include

This commit is contained in:
Max Kellermann 2022-07-13 14:06:28 +02:00
parent de1d443db1
commit cddeb2a0df
10 changed files with 20 additions and 0 deletions

View File

@ -25,6 +25,8 @@
#include "util/StringStrip.hxx" #include "util/StringStrip.hxx"
#include "util/RuntimeError.hxx" #include "util/RuntimeError.hxx"
#include <fmt/format.h>
#include <cstring> #include <cstring>
#include <stdlib.h> #include <stdlib.h>

View File

@ -32,6 +32,8 @@
#include "io/BufferedOutputStream.hxx" #include "io/BufferedOutputStream.hxx"
#include "util/UriExtract.hxx" #include "util/UriExtract.hxx"
#include <fmt/format.h>
static void static void
playlist_print_path(BufferedOutputStream &os, const Path path) playlist_print_path(BufferedOutputStream &os, const Path path)
{ {

View File

@ -21,6 +21,8 @@
#include "tag/Tag.hxx" #include "tag/Tag.hxx"
#include "io/BufferedOutputStream.hxx" #include "io/BufferedOutputStream.hxx"
#include <fmt/format.h>
#define SONG_TIME "Time: " #define SONG_TIME "Time: "
void void

View File

@ -29,6 +29,8 @@
#include "util/RuntimeError.hxx" #include "util/RuntimeError.hxx"
#include "Version.h" #include "Version.h"
#include <fmt/format.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -31,6 +31,8 @@
#include "util/NumberParser.hxx" #include "util/NumberParser.hxx"
#include "util/RuntimeError.hxx" #include "util/RuntimeError.hxx"
#include <fmt/format.h>
#include <string.h> #include <string.h>
#define DIRECTORY_DIR "directory: " #define DIRECTORY_DIR "directory: "

View File

@ -30,6 +30,8 @@
#include "BufferedOutputStream.hxx" #include "BufferedOutputStream.hxx"
#include "OutputStream.hxx" #include "OutputStream.hxx"
#include <fmt/format.h>
#include <cstdarg> #include <cstdarg>
#include <string.h> #include <string.h>

View File

@ -26,6 +26,8 @@
#include "io/BufferedOutputStream.hxx" #include "io/BufferedOutputStream.hxx"
#include "Log.hxx" #include "Log.hxx"
#include <fmt/format.h>
#include <cassert> #include <cassert>
#include <stdlib.h> #include <stdlib.h>

View File

@ -29,6 +29,8 @@
#include "io/BufferedOutputStream.hxx" #include "io/BufferedOutputStream.hxx"
#include "util/StringCompare.hxx" #include "util/StringCompare.hxx"
#include <fmt/format.h>
#include <stdlib.h> #include <stdlib.h>
#define AUDIO_DEVICE_STATE "audio_device_state:" #define AUDIO_DEVICE_STATE "audio_device_state:"

View File

@ -37,6 +37,8 @@
#include "util/NumberParser.hxx" #include "util/NumberParser.hxx"
#include "Log.hxx" #include "Log.hxx"
#include <fmt/format.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -28,6 +28,8 @@
#include "util/StringCompare.hxx" #include "util/StringCompare.hxx"
#include "Log.hxx" #include "Log.hxx"
#include <fmt/format.h>
#include <exception> #include <exception>
#include <stdlib.h> #include <stdlib.h>