mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Put includes back for json
This commit is contained in:
@@ -26,15 +26,15 @@
|
|||||||
|
|
||||||
// VFALCO: TODO Remove unneeded includes
|
// VFALCO: TODO Remove unneeded includes
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
//#include <cstdio>
|
#include <cstdio>
|
||||||
//#include <cstring>
|
#include <cstring>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
//#include <iostream>
|
#include <iostream>
|
||||||
//#include <sstream>
|
#include <sstream>
|
||||||
//#include <stdexcept>
|
#include <stdexcept>
|
||||||
//#include <stdio.h>
|
#include <stdio.h>
|
||||||
//#include <string.h>
|
#include <string.h>
|
||||||
//#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
#ifdef JSON_USE_CPPTL
|
#ifdef JSON_USE_CPPTL
|
||||||
# include <cpptl/conststring.h>
|
# include <cpptl/conststring.h>
|
||||||
|
|||||||
@@ -34,11 +34,11 @@
|
|||||||
|
|
||||||
// VFALCO: TODO Remove unneeded includes
|
// VFALCO: TODO Remove unneeded includes
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
//#include <cstdlib>
|
#include <cstring>
|
||||||
|
#include <cstdlib>
|
||||||
#include <deque>
|
#include <deque>
|
||||||
//#include <iostream>
|
#include <iostream>
|
||||||
#include <stack>
|
#include <stack>
|
||||||
#include <string>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
// Needed before these cpptl includes
|
// Needed before these cpptl includes
|
||||||
|
|||||||
Reference in New Issue
Block a user