Skip to content

Commit

Permalink
add include guard for syncmp_handler.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Jun 16, 2014
1 parent 87c391d commit c262876
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/syncmp_handler.hpp
@@ -1,3 +1,5 @@
#ifndef SYNCMP_HANDLER_HPP_INCLUDED
#define SYNCMP_HANDLER_HPP_INCLUDED

#include<vector>
/*
Expand Down Expand Up @@ -26,3 +28,5 @@ class syncmp_registry
static void add_handler(syncmp_handler* handler);
static t_handlers& handlers();
};

#endif

0 comments on commit c262876

Please sign in to comment.