I had this problem too, and adding in the
<?php include(‘sidebar.php’); ?>
didn’t help on its own.
In the same file, single.php, I also had to change the class of the outer div from widecolumn to narrowcolumn and then I had a proper sidebar with all the right things in.