Replace C stdlib.h, stdint.h and math.h headers with C++ variants
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
#include "ns3/system-wall-clock-ms.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdlib> // for exit ()
|
||||
#include <iostream>
|
||||
#include <limits>
|
||||
#include <sstream>
|
||||
#include <stdlib.h> // for exit ()
|
||||
#include <string>
|
||||
|
||||
using namespace ns3;
|
||||
|
||||
Reference in New Issue
Block a user