blob: 53548a91e7a8c62889a92af2a80ac4d65e601da7 [file] [log] [blame]
/*
* ndnabstraction-header.h
* XcodeProject
*
* Created by Ilya Moiseenko on 7/18/11.
* Copyright 2011 University of California, Los Angeles. All rights reserved.
*
*/
#ifndef NDNABSTRACTION_HEADER_H
#define NDNABSTRACTION_HEADER_H
#include <stdint.h>
#include <vector>
#include "ns3/header.h"
#include "ns3/ipv4-address.h"
#include "ns3/nstime.h"
namespace ns3 {
}
#endif