walkor hace 11 años
padre
commit
8979bb8825
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      applications/ChatDemo/Lib/Gateway.php

+ 1 - 0
applications/ChatDemo/Lib/Gateway.php

@@ -16,6 +16,7 @@ require_once ROOT_DIR . '/Lib/Store.php';
 require_once ROOT_DIR . '/Lib/Context.php';
 require_once ROOT_DIR . '/Lib/APLog.php';
 require_once ROOT_DIR . '/Protocols/GatewayProtocol.php';
+require_once ROOT_DIR . '/Protocols/JsonProtocol.php';
 
 class GateWay
 {