Changeset 3368


Ignore:
Timestamp:
Feb 10, 2015, 7:06:41 AM (8 years ago)
Author:
Peter
Message:

add missing includes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/CigarIterator.h

    r3336 r3368  
    2323*/
    2424
     25#include "Cigar.h"
     26
    2527#include <boost/cstdint.hpp>
    2628#include <boost/iterator/iterator_facade.hpp>
    2729#include <boost/iterator/iterator_categories.hpp>
     30
     31#include <cstddef> // for size_t
    2832
    2933namespace theplu {
Note: See TracChangeset for help on using the changeset viewer.