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

    r2177 r2526  
    22//# python_STMathWrapper.cc: python exposure of c++ STMath class
    33//#---------------------------------------------------------------------------
    4 //# Copyright (C) 2004
     4//# Copyright (C) 2004-2012
    55//# ATNF
    66//#
     
    2929//# $Id$
    3030//#---------------------------------------------------------------------------
     31#include <boost/python.hpp>
     32
    3133#include <vector>
    32 #include <boost/python.hpp>
    3334
    3435#include "STMathWrapper.h"
Note: See TracChangeset for help on using the changeset viewer.