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_Scantable.cpp

    r2435 r2526  
    22//# python_Scantable.cc: python exposure of c++ Scantable class
    33//#---------------------------------------------------------------------------
    4 //# Copyright (C) 2004
     4//# Copyright (C) 2004-2012
    55//# ATNF
    66//#
     
    2929//# $Id$
    3030//#---------------------------------------------------------------------------
    31 #include <vector>
    3231
    3332#include <boost/python.hpp>
    3433#include <boost/python/args.hpp>
     34#include <vector>
    3535
    3636#include "ScantableWrapper.h"
Note: See TracChangeset for help on using the changeset viewer.