io/BufferedOutputStream: add missing #include
This commit is contained in:
parent
de1d443db1
commit
cddeb2a0df
|
@ -25,6 +25,8 @@
|
|||
#include "util/StringStrip.hxx"
|
||||
#include "util/RuntimeError.hxx"
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
#include "io/BufferedOutputStream.hxx"
|
||||
#include "util/UriExtract.hxx"
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
static void
|
||||
playlist_print_path(BufferedOutputStream &os, const Path path)
|
||||
{
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
#include "tag/Tag.hxx"
|
||||
#include "io/BufferedOutputStream.hxx"
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
#define SONG_TIME "Time: "
|
||||
|
||||
void
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
#include "util/RuntimeError.hxx"
|
||||
#include "Version.h"
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
#include "util/NumberParser.hxx"
|
||||
#include "util/RuntimeError.hxx"
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#define DIRECTORY_DIR "directory: "
|
||||
|
|
|
@ -30,6 +30,8 @@
|
|||
#include "BufferedOutputStream.hxx"
|
||||
#include "OutputStream.hxx"
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include <cstdarg>
|
||||
|
||||
#include <string.h>
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
#include "io/BufferedOutputStream.hxx"
|
||||
#include "Log.hxx"
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include <cassert>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
#include "io/BufferedOutputStream.hxx"
|
||||
#include "util/StringCompare.hxx"
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#define AUDIO_DEVICE_STATE "audio_device_state:"
|
||||
|
|
|
@ -37,6 +37,8 @@
|
|||
#include "util/NumberParser.hxx"
|
||||
#include "Log.hxx"
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
#include "util/StringCompare.hxx"
|
||||
#include "Log.hxx"
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include <exception>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in New Issue