filesystem: Include <tuple> when using it.
authorRaphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
Mon, 8 Dec 2014 14:58:55 +0000 (16:58 +0200)
committerRaphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
Mon, 8 Dec 2014 14:58:55 +0000 (16:58 +0200)
./filesystem/filesystem_instance.h:85:  Add #include <tuple> for tuple<> [build/include_what_you_use] [4]

filesystem/filesystem_instance.h

index 0b4d6b5..ac4e170 100644 (file)
@@ -10,6 +10,7 @@
 #include <map>
 #include <set>
 #include <string>
+#include <tuple>
 #include <utility>
 
 #include "common/extension.h"