Skip to content

Commit

Permalink
Merge pull request #27945 from andrsd/fix-pragma-once
Browse files Browse the repository at this point in the history
Fixing #pragma once
  • Loading branch information
lindsayad authored Jun 19, 2024
2 parents 67db2d8 + a17262e commit ec4d4b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/include/utils_nonunity/VectorTag.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
//* Licensed under LGPL 2.1, please see LICENSE for details
//* https://www.gnu.org/licenses/lgpl-2.1.html

#pragma once

#include "MooseTypes.h"

/**
Expand Down

0 comments on commit ec4d4b0

Please sign in to comment.