diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-02-01 22:31:06 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-02-01 22:31:06 +0100 |
commit | e6c48bd803be2d27a5522d7247bd8c73c1aa8c15 (patch) | |
tree | ae0cf2bb138529068da4c30c51ee8a65ec968b8e /AlignSample.hpp | |
parent | 5d84e05622a1e33904f41bb629bf5e15c4582abf (diff) | |
download | odr-dpd-e6c48bd803be2d27a5522d7247bd8c73c1aa8c15.tar.gz odr-dpd-e6c48bd803be2d27a5522d7247bd8c73c1aa8c15.tar.bz2 odr-dpd-e6c48bd803be2d27a5522d7247bd8c73c1aa8c15.zip |
Add header guards
Diffstat (limited to 'AlignSample.hpp')
-rw-r--r-- | AlignSample.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/AlignSample.hpp b/AlignSample.hpp index f61d0bb..d027823 100644 --- a/AlignSample.hpp +++ b/AlignSample.hpp @@ -21,6 +21,8 @@ along with ODR-DPD. If not, see <http://www.gnu.org/licenses/>. */ +#pragma once + #include "utils.hpp" #include <thread> #include <vector> |