Ignore:
Timestamp:
04/26/13 16:38:33 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: include binding.h first to include Python.h first to avoid compilation warnings (http://realmike.org/blog/2012/07/08/embedding-python-tutorial-part-1/)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/wrappers/StringToEnum/StringToEnum.h

    r13749 r14776  
    1818
    1919/*Header files: */
     20#include "../bindings.h"
    2021#include "../../c/include/globals.h"
    2122#include "../../c/modules/modules.h"
    2223#include "../../c/Container/Container.h"
    2324#include "../../c/shared/shared.h"
    24 #include "../bindings.h"
    2525
    2626#undef __FUNCT__
Note: See TracChangeset for help on using the changeset viewer.