Skip to content

Commit

Permalink
Merge pull request #448 from NikitaZotov/fix/including_scs_loader
Browse files Browse the repository at this point in the history
[tools][builder][loader] Add pragma once for SCsLoader
  • Loading branch information
NikitaZotov authored Dec 17, 2024
2 parents af259c9 + 571c457 commit 663c5c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sc-tools/sc-builder/include/sc-builder/scs_loader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* (See accompanying file COPYING.MIT or copy at http://opensource.org/licenses/MIT)
*/

#pragma once

#include <sc-memory/sc_memory.hpp>

class ScsLoader
Expand Down

0 comments on commit 663c5c6

Please sign in to comment.