Added missing pragma once

This commit is contained in:
Magne Sjaastad
2016-06-06 07:13:53 +02:00
parent 1c044da54a
commit e603773417
4 changed files with 29 additions and 0 deletions

View File

@@ -16,6 +16,8 @@
//
/////////////////////////////////////////////////////////////////////////////////
#pragma once
// Json parser based on code example found on:
// http://stackoverflow.com/questions/4169988/easiest-way-to-parse-json-in-qt-4-7