Browse Source

Fix missing #pragma once

Daniele Bartolini 9 years ago
parent
commit
0024e53a4d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/core/json/json_object.h

+ 2 - 0
src/core/json/json_object.h

@@ -3,6 +3,8 @@
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  * License: https://github.com/taylor001/crown/blob/master/LICENSE
  */
  */
 
 
+#pragma once
+
 #include "json_types.h"
 #include "json_types.h"
 #include "map.h"
 #include "map.h"