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

Unified Diff: src/core/model/nstime.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/log.cc ('k') | src/core/model/random-variable.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/model/nstime.h
===================================================================
--- a/src/core/model/nstime.h
+++ b/src/core/model/nstime.h
@@ -28,6 +28,10 @@
#include <cmath>
#include <ostream>
+#ifdef WIN32
+#include "winport.h"
+#endif
+
namespace ns3 {
/**
« no previous file with comments | « src/core/model/log.cc ('k') | src/core/model/random-variable.cc » ('j') | no next file with comments »

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