Changeset 14598


Ignore:
Timestamp:
04/16/13 10:54:48 (12 years ago)
Author:
Mathieu Morlighem
Message:

BUG: missing include

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/classes/objects/Params/GenericParam.h

    r13623 r14598  
    1010
    1111/*Headers:*/
    12 /*{{{*/
    1312#ifdef HAVE_CONFIG_H
    1413        #include <config.h>
     
    1615#error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
    1716#endif
    18 
    1917#include "./Param.h"
    2018#include "../../../include/include.h"
    2119#include "../../../shared/shared.h"
    22 /*}}}*/
     20#include "../../../EnumDefinitions/EnumDefinitions.h"
    2321
    2422/**
Note: See TracChangeset for help on using the changeset viewer.