add missing include
authorTom Henderson <tomh@tomh.org>
Thu, 24 Apr 2014 17:38:36 -0700
changeset 10700 159c58e203a6
parent 10699 e2ce909f37a0
child 10701 37823f33885f
add missing include
src/core/model/int64x64-double.h
--- a/src/core/model/int64x64-double.h	Wed Apr 23 08:30:00 2014 -0700
+++ b/src/core/model/int64x64-double.h	Thu Apr 24 17:38:36 2014 -0700
@@ -4,6 +4,7 @@
 
 #include <stdint.h>
 #include <cmath>  // pow
+#include <utility>  // pair
 
 
 namespace ns3 {