]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
object: add missing include
authorSage Weil <sage@newdream.net>
Thu, 26 Nov 2009 05:34:51 +0000 (21:34 -0800)
committerSage Weil <sage@newdream.net>
Thu, 26 Nov 2009 05:34:51 +0000 (21:34 -0800)
For sprintf().

src/include/object.h

index f0bb910959c775d8e547b2a8303e358feaecaab1..4e26cf4c4a48f0fa39288da9da4487947394c1bc 100644 (file)
@@ -16,6 +16,7 @@
 #define __OBJECT_H
 
 #include <stdint.h>
+#include <stdio.h>
 
 #include <iostream>
 #include <iomanip>