]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/include/stringify.h
update sources to v12.1.1
[ceph.git] / ceph / src / include / stringify.h
index d7b90ed2c909413af2c27c1af5ab17902442c882..1b2a130c9301d0764bf6cf1cfcc1e62f38843ecc 100644 (file)
@@ -4,6 +4,8 @@
 #include <string>
 #include <sstream>
 
+#include "include/types.h"
+
 template<typename T>
 inline std::string stringify(const T& a) {
 #if defined(__GNUC__) && !(defined(__clang__) || defined(__INTEL_COMPILER))