Skip to content

Commit

Permalink
fixup! [PL] Replace STBuilder with createST function.
Browse files Browse the repository at this point in the history
  • Loading branch information
endJunction committed Jun 25, 2018
1 parent ea181ee commit 3f4338f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ProcessLib/SourceTerms/CreateNodalSourceTerm.h
Expand Up @@ -10,6 +10,7 @@
#pragma once

#include <memory>
#include <vector>

namespace BaseLib
{
Expand Down
3 changes: 3 additions & 0 deletions ProcessLib/SourceTerms/CreateSourceTerm.h
Expand Up @@ -9,6 +9,9 @@

#pragma once

#include <vector>
#include <memory>

#include "ProcessLib/Parameter/Parameter.h"

namespace MeshLib
Expand Down

0 comments on commit 3f4338f

Please sign in to comment.