summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2009-11-25 21:34:51 -0800
committerSage Weil <sage@newdream.net>2009-11-25 21:34:51 -0800
commit4c94d162b93163205260a3cfab5ef1e812a0c58b (patch)
treec59574416fe0a499e6b278bca79de4c1e71ad2f8
parent99379f607b65151196aa1dfd83bb6f4b3aa3c2f8 (diff)
downloadceph-4c94d162b93163205260a3cfab5ef1e812a0c58b.tar.gz
object: add missing include
For sprintf().
-rw-r--r--src/include/object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/object.h b/src/include/object.h
index f0bb910959c..4e26cf4c4a4 100644
--- a/src/include/object.h
+++ b/src/include/object.h
@@ -16,6 +16,7 @@
#define __OBJECT_H
#include <stdint.h>
+#include <stdio.h>
#include <iostream>
#include <iomanip>