Add missing limits.h include to nstime.h and print-introspected-doxygen.cc

This commit is contained in:
Vedran Miletić
2013-07-04 15:57:10 +02:00
parent cfbc5a524a
commit b47d4aac23
2 changed files with 3 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
#include "attribute-helper.h"
#include "int64x64.h"
#include <stdint.h>
#include <limits.h>
#include <cmath>
#include <ostream>

View File

@@ -1,6 +1,8 @@
#include <iostream>
#include <algorithm>
#include <map>
#include <limits.h>
#include "ns3/object.h"
#include "ns3/pointer.h"
#include "ns3/object-vector.h"