open-license-manager
2014-09-12 f76392f4762e51c0506c1fd1fd18c978f491debf
src/library/LicenseReader.h
@@ -10,7 +10,7 @@
#include "api/datatypes.h"
#include "base/EventRegistry.h"
#include "os/os.hpp"
#include "os/os.h"
#define SI_SUPPORT_IOSTREAMS
#include "ini/SimpleIni.h"
#include <string>
@@ -35,7 +35,7 @@
   bool has_client_sig;
   string extra_data;
   static constexpr const char* UNUSED_TIME = "0000-00-00";
   static const char* UNUSED_TIME;
   static const unsigned int UNUSED_SOFTWARE_VERSION = 0;
   FullLicenseInfo(const string& source, const string& product,