diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2017-02-13T13·44+0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-13T13·44+0100 |
commit | 62ff5ad424547630e70f35406da85fbb5ec3445a (patch) | |
tree | aa67b1d560eb30a7e3c42465577b483425386b66 /src/libutil/types.hh | |
parent | 77a78af6786234871f713631b12abf9d8d428daa (diff) | |
parent | 2cd468874fe512387820bd47d23fa6351d069da2 (diff) |
Merge pull request #1224 from dezgeg/configh
Unbreak 32-bit builds by always implicitly including config.h
Diffstat (limited to 'src/libutil/types.hh')
-rw-r--r-- | src/libutil/types.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libutil/types.hh b/src/libutil/types.hh index b9a93d27d2ad..97d79af9b5d6 100644 --- a/src/libutil/types.hh +++ b/src/libutil/types.hh @@ -1,6 +1,5 @@ #pragma once -#include "config.h" #include "ref.hh" |