Skip to content

Commit 29c9d7f

Browse files
committed
Windows build fix
@allywarner Make sure share.h include matches header file directory
1 parent 667c81e commit 29c9d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/Legacy/Fields/GetMeshQualityField.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define MODULES_LEGACY_FIELDS_GETMESHQUALITYFIELD_H__
3232

3333
#include <Dataflow/Network/Module.h>
34-
#include <Modules/Fields/share.h>
34+
#include <Modules/Legacy/Fields/share.h>
3535

3636
namespace SCIRun {
3737
namespace Modules {

0 commit comments

Comments
 (0)