Ignore:
Timestamp:
05/16/12 09:33:55 (12 years ago)
Author:
Malte Marquarding
Message:

OS X 10.7 gcc fails when stl's are included before boost

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_SrcType.cpp

    r2313 r2526  
    22//# python_SrcType.cc: python exposure of c++ atnf/PKSIO/SrcType class
    33//#---------------------------------------------------------------------------
    4 //# Copyright (C) 2004
     4//# Copyright (C) 2004-2012
    55//# ATNF
    66//#
     
    2929//# $Id: python_SrcType.cpp 1677 2010-01-27 07:29:48Z TakeshiNakazato $
    3030//#---------------------------------------------------------------------------
    31 #include <vector>
    3231#include <boost/python.hpp>
    3332#include <boost/python/enum.hpp>
     33
     34#include <vector>
    3435
    3536#include <atnf/PKSIO/SrcType.h>
Note: See TracChangeset for help on using the changeset viewer.