Skip to content

Commit 8de09d9

Browse files
committed
include enum_to_string.h.
1 parent 4d5ad98 commit 8de09d9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/systems/variational_smoother_system.C

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include "libmesh/quadrature.h"
3030
#include "libmesh/string_to_enum.h"
3131
#include "libmesh/utility.h"
32+
#include "libmesh/enum_to_string.h"
3233

3334
// C++ includes
3435
#include <functional> // std::reference_wrapper

tests/mesh/mesh_smoother_test.C

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <libmesh/system.h> // LIBMESH_HAVE_SOLVER define
1515
#include "libmesh/face_tri.h"
1616
#include "libmesh/utility.h"
17+
#include "libmesh/enum_to_string.h"
1718

1819
#include "test_comm.h"
1920
#include "libmesh_cppunit.h"

0 commit comments

Comments
 (0)