Two Shortcodes in one page not working

I simply replaced
require_once dirname( __FILE__ ) . '/swt_mm_single_box.php';

with

define('__ROOT__', dirname(__FILE__)); 
include __ROOT__.'/swt_mm_single_box.php'; 

and now its worked for me.
check Here