diff options
author | Max Kellermann <max@duempel.org> | 2013-10-02 08:11:58 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-02 08:56:27 +0200 |
commit | c2d3ed2acc9fdb9b0900b70d427d91b22684a8ec (patch) | |
tree | 457c034ea308bd358d9fe4e0251ca7e3166187db /src/StateFile.cxx | |
parent | 0339c8d025a9428101da9ab3637636dcc4d271c5 (diff) |
Listen, ...: add missing includes
Diffstat (limited to 'src/StateFile.cxx')
-rw-r--r-- | src/StateFile.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/StateFile.cxx b/src/StateFile.cxx index caba82da8..901ebca39 100644 --- a/src/StateFile.cxx +++ b/src/StateFile.cxx @@ -25,9 +25,10 @@ #include "Partition.hxx" #include "Volume.hxx" #include "event/Loop.hxx" +#include "fs/FileSystem.hxx" #include <glib.h> -#include <assert.h> + #include <string.h> #include <errno.h> |