Add missing limits.h include to nstime.h and print-introspected-doxygen.cc
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include "attribute-helper.h"
|
||||
#include "int64x64.h"
|
||||
#include <stdint.h>
|
||||
#include <limits.h>
|
||||
#include <cmath>
|
||||
#include <ostream>
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user