Missing header guard added to fixed_string header

This commit is contained in:
Mateusz Pusz
2019-11-04 06:29:34 +00:00
parent 11270a16b0
commit 5f216af4de

View File

@ -20,6 +20,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#pragma once
#include <cstdlib>
#include <ostream>