diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/buildtool/serve_api/remote/config.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/buildtool/serve_api/remote/config.hpp b/src/buildtool/serve_api/remote/config.hpp index 6ea927cb..02461167 100644 --- a/src/buildtool/serve_api/remote/config.hpp +++ b/src/buildtool/serve_api/remote/config.hpp @@ -12,6 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +#ifndef INCLUDED_SRC_BUILDTOOL_SERVE_API_REMOTE_CONFIG_HPP +#define INCLUDED_SRC_BUILDTOOL_SERVE_API_REMOTE_CONFIG_HPP + #include <filesystem> #include <iterator> #include <vector> @@ -62,3 +65,5 @@ class RemoteServeConfig { // Known Git repositories to serve server. std::vector<std::filesystem::path> repositories_{}; }; + +#endif // INCLUDED_SRC_BUILDTOOL_SERVE_API_REMOTE_CONFIG_HPP |