Skip to content

Commit

Permalink
modelInfo: fix build error on debian6
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith committed Oct 17, 2018
1 parent f5fdbb3 commit 5df71c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/modelInfo.cc
Expand Up @@ -2,14 +2,14 @@
#include <gmi_mesh.h>
#include <apfMDS.h>
#include <PCU.h>
#include <iostream>
#include <lionPrint.h>
#ifdef HAVE_SIMMETRIX
#include <gmi_sim.h>
#include <SimUtil.h>
#include <MeshSim.h>
#include <SimModel.h>
#endif
#include <cstdlib> //exit and exit_failure

int main(int argc, char** argv)
{
Expand Down

0 comments on commit 5df71c9

Please sign in to comment.