74b9ba3341
- Add DESKTOP_ENTRIES PR: ports/184813 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
12 lines
281 B
C++
12 lines
281 B
C++
--- utils/Value.hpp.orig 2013-11-30 21:16:05.000000000 +0900
|
|
+++ utils/Value.hpp 2013-11-30 21:16:35.000000000 +0900
|
|
@@ -15,7 +15,8 @@
|
|
#ifndef _Value_hpp_
|
|
#define _Value_hpp_
|
|
|
|
-#include <stdio.h>
|
|
+#include <cstdio>
|
|
+#include <cstdlib>
|
|
#include <string>
|
|
|
|
#include <Trace.hpp>
|