Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(367)

Unified Diff: src/core/model/int64x64-double.h

Issue 8932044: Minimum changes needed to support ns-3 on Visual Studio 2012
Patch Set: Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/core/model/fatal-impl.cc ('k') | src/core/model/log.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/model/int64x64-double.h
===================================================================
--- a/src/core/model/int64x64-double.h
+++ b/src/core/model/int64x64-double.h
@@ -5,6 +5,10 @@
#include <iostream>
#include <cmath>
+#if HAVE_STDINT_H
+#include <stdint.h>
+#endif
+
namespace ns3 {
class int64x64_t
« no previous file with comments | « src/core/model/fatal-impl.cc ('k') | src/core/model/log.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b