Get post content with all filters applied, knowing post id

You need to pass that through the the_content filter like so:

echo apply_filters( 'the_content', $post->post_content );