blob: 7f8ad8e0488ed3ef8d72f856a465fdb57469aeb9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/Common/CxStorageDevice.h.orig 2017-04-30 20:26:11 UTC
+++ src/Common/CxStorageDevice.h
@@ -26,6 +26,7 @@
#include <vector>
#include <map>
+#include <stdlib.h>
#include "CxTypes.h"
namespace ct {
|