From 0ceaecc18ff38ddae920f0b48f3af4194f580168 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Wed, 12 Aug 2009 12:07:25 +0100 Subject: [PATCH] Reorder the #includes in ns3module_helpers.cc to solve Fedora 11 compilation error --- bindings/python/ns3module_helpers.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/ns3module_helpers.cc b/bindings/python/ns3module_helpers.cc index 85d0884c9..c7692a0bb 100644 --- a/bindings/python/ns3module_helpers.cc +++ b/bindings/python/ns3module_helpers.cc @@ -1,5 +1,5 @@ -#include "ns3/ref-count-base.h" #include "ns3module.h" +#include "ns3/ref-count-base.h" namespace ns3{